Add standalone Podman build script with dedicated Maven cache

This commit is contained in:
windyboy
2026-09-18 14:35:00 +08:00
parent 6bce9e99a1
commit 59c26df5e0
5 changed files with 127 additions and 0 deletions
+7
View File
@@ -42,6 +42,13 @@
<artifactId>spring-boot-starter-jdbc</artifactId>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.7.9</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>