This commit is contained in:
Jonas Weissengruber 2023-11-26 22:36:39 +01:00
parent 61bdf1e048
commit 74967d1cfa
8 changed files with 74 additions and 8 deletions

View file

@ -25,7 +25,10 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-security</artifactId>
</dependency>
<dependency>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>