We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fde0d16 commit eb6bd17Copy full SHA for eb6bd17
README.md
@@ -10,14 +10,18 @@ Liquibase, JPA and JWT Token Authorization.
10
11
## Authentication route
12
13
-Link: http://localhost:8080/auth/authenticate
14
-Method: __POST__
15
-Data: { username: "admin", password: "admin" }
+Link: http://localhost:8080/auth/authenticate <br />
+Method: __POST__ <br />
+Data: ```{ username: "admin", password: "admin" }```
16
17
## Check application running state
18
19
Link: http://localhost:8080/
20
21
## Packaging
22
23
-Command: `mvn -P{profile} package
+Command: `mvn -P{profile} package
24
+
25
+{profile}:
26
+ - dev <br>
27
+ - prod
0 commit comments