Budgets for categories

This commit is contained in:
2019-11-09 13:20:34 +01:00
parent 5f32c94f25
commit 0d3da83879
5 changed files with 95 additions and 62 deletions
+6 -4
View File
@@ -7,10 +7,6 @@ curl -i -X POST -H "Content-Type:application/json" -d '{"account":"http://localh
curl --user adam@mail.com:test -i -X DELETE http://localhost:8080/transactions/4
https://letsencrypt.org/getting-started/
- http://localhost:8080/transactions?size=10&sort=date,desc
- alles über findAll filtern http://stackoverflow.com/questions/33018127/spring-data-rest-sort-by-multiple-properties
- account direkt in Transaction anzeigen http://docs.spring.io/spring-data/rest/docs/current/reference/html/#projections-excerpts.excerpting-commonly-accessed-data
@@ -18,6 +14,12 @@ https://letsencrypt.org/getting-started/
# Test-Datenbank lokal erreichbar machen:
Test-Optionen in Application.java und SecurityConfiguration.java aktivieren
Danach ist die Datenbank unter http://localhost:8084/console/ erreichbar
# TODO
- Server: logs konfigurieren
- Transaktionen mit Passwort-Management ausstatten, Usermanagement korrekt aufsetzen und Rollen durchreichen (derzeit noch inMemoryAuthentication)