Setup proper dev environment

This commit is contained in:
2026-01-02 20:45:10 +05:00
parent c143fe66ac
commit b6d88b1666
5 changed files with 91 additions and 3 deletions

View File

@ -122,6 +122,12 @@
<artifactId>postgresql</artifactId>
<scope>runtime</scope>
</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>