An open API service indexing awesome lists of open source software.

https://github.com/novatecconsulting/ws-2017-11-10-architecture

This repository contains the content of the architecture workshop (2017-11-10).
https://github.com/novatecconsulting/ws-2017-11-10-architecture

architecture designpatterns spring

Last synced: 4 months ago
JSON representation

This repository contains the content of the architecture workshop (2017-11-10).

Awesome Lists containing this project

README

        

# ws-2017-11-10-architecture
This repository contains the content of the architecture workshop on 2017-11-10.

[Presentation (HTML)](https://nt-ca-aqe.github.io/ws-2017-11-10-architecture/presentation)

[Download presentation (pdf format)](https://github.com/nt-ca-aqe/ws-2017-11-10-architecture/raw/master/Software%20Architecture.pdf)

## PersonApp
This demo shows how to implement a layered architecture with spring using
spring web and spring security. During startup the demo application already creates some person test data.

## PersonAppReactive
This demo shows how to implement a layered architecture with spring using
reactive spring web (flux) and reactive spring security. During startup the demo application already creates some person test data.