Skip to content

Commit bcfb1b4

Browse files
Create README.md
1 parent 27a8a54 commit bcfb1b4

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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

0 commit comments

Comments
 (0)