Implement dev env with Docker

This commit is contained in:
2025-12-24 23:16:34 +05:00
parent ea3eb33e8d
commit a89b00d2b5
5 changed files with 85 additions and 3 deletions

View File

@ -96,6 +96,11 @@
<version>0.8.0</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>