so isses
This commit is contained in:
parent
74967d1cfa
commit
f33d798663
8 changed files with 121 additions and 46 deletions
5
pom.xml
5
pom.xml
|
|
@ -26,8 +26,9 @@
|
|||
<artifactId>spring-boot-starter-web</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-security</artifactId>
|
||||
<groupId>com.auth0</groupId>
|
||||
<artifactId>java-jwt</artifactId>
|
||||
<version>4.2.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.mysql</groupId>
|
||||
|
|
|
|||
Reference in a new issue