Skip to content

Commit dc1fa8d

Browse files
author
RANGERS2\sjacobs
committed
updated README.md
1 parent bcfb1b4 commit dc1fa8d

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# springboot-example
22
A few examples with Springboot
33

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
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
88

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
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 / database: localhost:8080/load

0 commit comments

Comments
 (0)