Budgets for categories
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user