This commit is contained in:
j-weissen 2023-12-12 12:49:23 +01:00
parent 74967d1cfa
commit f33d798663
8 changed files with 121 additions and 46 deletions

View file

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