fix(proxy): preserve https redirects behind Caddy and update H2 console hint

This commit is contained in:
likingcode
2026-03-10 09:28:04 +08:00
parent c232a66d49
commit 4784f89942
2 changed files with 2 additions and 1 deletions

View File

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