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).
- Host: GitHub
- URL: https://github.com/novatecconsulting/ws-2017-11-10-architecture
- Owner: NovatecConsulting
- License: mit
- Created: 2017-10-31T16:36:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-10T22:32:31.000Z (over 7 years ago)
- Last Synced: 2025-01-20T07:08:15.827Z (5 months ago)
- Topics: architecture, designpatterns, spring
- Language: JavaScript
- Homepage:
- Size: 16.9 MB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.