feat(v1): add learn/advanced profiles and interactive learning task card

This commit is contained in:
likingcode
2026-03-08 14:40:30 +00:00
parent dd2b4d0e4b
commit 2b8b4213e2
5 changed files with 131 additions and 3 deletions

View File

@@ -1,7 +1,9 @@
spring.application.name=springboot-scaffold
server.port=8082
# H2 Database
spring.profiles.active=${APP_PROFILE:learn}
# H2 Database (default for learning)
spring.h2.console.enabled=true
spring.datasource.url=jdbc:h2:file:~/h2/springboot_scaffold
spring.datasource.driverClassName=org.h2.Driver