feat: Implement native HTTP/2 Mock Server in Gateway

This commit is contained in:
jade
2026-07-08 14:49:00 +09:00
parent a4c6ea61a2
commit 18b5b356ca
4 changed files with 57 additions and 24 deletions

View File

@@ -1,5 +1,6 @@
spring.application.name=axhub-admin
server.port=8081
server.http2.enabled=true
# 기본적으로 local 환경을 실행
spring.profiles.active=local