Erweiterungen

This commit is contained in:
2025-08-20 09:46:59 +02:00
parent 4d691d9b11
commit 73415def42
11 changed files with 168 additions and 126 deletions

View File

@@ -6,7 +6,7 @@
<groupId>de.assecutor.emulatorstation</groupId>
<artifactId>emulatorstation</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.9</version>
<packaging>jar</packaging>
@@ -71,6 +71,10 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-security</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-validation</artifactId>