feat(interactive): fix scaffold startup and add auth lab page

This commit is contained in:
likingcode
2026-03-09 23:57:49 +08:00
parent f846616e0b
commit 3330cd6e8d
7 changed files with 362 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
spring.application.name=springboot-scaffold
server.port=8082
server.port=8083
spring.profiles.active=${APP_PROFILE:learn}