1
Files
lecture-professional-softwa…/documentation/day01_progress.adoc

28 lines
510 B
Plaintext

= Fortschritt Tag 1
=== GutHub-Repo
- Branch-Protection aktiviert
- CI-Workflow erstellt
=== Spring-Skelett
Projekt initialisiert mit
- Spring-Actuator
- Spring-Devtools
- Thymeleaf
- Spring Data JDBC
- Spring Web
- Spring Security
- H2 Database
- Lombok
Wir haben uns für eine H2 Datenbank wärend der Entwicklung entschieden.
Wir haben uns wegen kleinen Datenbankanforderungen und Verständnis für Spring Data JDBC entschieden.
Zusätzliche Dependencies:
- ArchUnit
- AssertJ
- Spotbugs
- Checkstyle