Skip to content

Commit eb6bd17

Browse files
author
Heril Muratovic
committed
readme styled.
1 parent fde0d16 commit eb6bd17

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,18 @@ Liquibase, JPA and JWT Token Authorization.
1010

1111
## Authentication route
1212

13-
Link: http://localhost:8080/auth/authenticate
14-
Method: __POST__
15-
Data: { username: "admin", password: "admin" }
13+
Link: http://localhost:8080/auth/authenticate <br />
14+
Method: __POST__ <br />
15+
Data: ```{ username: "admin", password: "admin" }```
1616

1717
## Check application running state
1818

1919
Link: http://localhost:8080/
2020

2121
## Packaging
2222

23-
Command: `mvn -P{profile} package
23+
Command: `mvn -P{profile} package
24+
25+
{profile}:
26+
- dev <br>
27+
- prod

0 commit comments

Comments
 (0)