Update: cache module, security modules and build

This commit is contained in:
likingcode
2026-03-18 15:18:41 +08:00
parent 4a0737ddeb
commit d257e3595d
48 changed files with 2076 additions and 822 deletions

View File

@@ -1,7 +1,10 @@
spring.application.name=springboot-scaffold
server.port=8082
server.port=8083
server.forward-headers-strategy=framework
# H2 Database
spring.profiles.active=${APP_PROFILE:learn}
# H2 Database (default baseline; learn profile overrides to in-memory)
spring.h2.console.enabled=true
spring.datasource.url=jdbc:h2:file:~/h2/springboot_scaffold
spring.datasource.driverClassName=org.h2.Driver