File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 1+ # springboot-example
2+ A few examples with Springboot
3+
4+ # 3 simple springboot applications:
5+ - test-backend: simple application which cannot persist data at all
6+ - test-backend-persistent: simple application which can persist its data into a storage.txt file
7+ - test-backend-db simple: application which can persist its data into a postgresql server at localhost:5432
8+
9+ # HTTP-GET methods to interact with the applications in the browser
10+ Add an entry to cache with localhost:8080/createEntry
11+ show all entries: localhost:8080/entries
12+ clear entries: localhost:8080/clear
13+
14+ persist entries to storage file / database: localhost:8080/persist
15+ load entries from storage file / dtabse: localhost:8080/load
You can’t perform that action at this time.
0 commit comments