This commit is contained in:
2021-10-06 10:23:17 +02:00
parent 3f10ab47fb
commit 9dabdeb36e
48 changed files with 3694 additions and 56 deletions

View File

@@ -60,6 +60,13 @@
<version>1.13</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
<scope>runtime</scope>
<optional>true</optional>
</dependency>
</dependencies>
<build>