1

add documentation into branch to merge into master

This commit is contained in:
kasch309
2020-03-26 16:40:23 +01:00
parent 0d3f59d710
commit 8956b7a91a
47 changed files with 694 additions and 183 deletions

View File

@ -0,0 +1,28 @@
= Entscheidungsfindung
=== Tag 1
- H2 Datenbank: In-Memory, startet automatisch, schnell
=== Tag 2
- Swagger für API: Automatische Doku + Interaktive UI
- MySql für Production: Wir wissen nix besseres + JSON Datatype
- Checkstyle: Google als Basis, Einrückung auf 4 spaces erhöht
=== Tag 3
- Spring Security verringert für H2-Console
- Event Sourcing: Hat jens gesagt klingt cool
=== Tag 4
-
=== Tag 5
- Jackson für JSON: Spring dabei + Einfaches handling von subklassen
- Lombok event annotations: Jackson braucht den defaultconstructor
- Fehlerbehandlung: Exceptions zum besseren umgang in tests etc
=== Tag 6