Document deployment profile and verify API behaviour

This commit is contained in:
2026-08-19 21:24:58 +08:00
parent 5fb98402c1
commit ef008ced94
7 changed files with 326 additions and 1 deletions
+5
View File
@@ -55,6 +55,11 @@
<artifactId>h2</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>