feat: Refactor monolith to microservices architecture
This commit is contained in:
17
axhub-gateway/src/main/resources/application.properties
Normal file
17
axhub-gateway/src/main/resources/application.properties
Normal file
@@ -0,0 +1,17 @@
|
||||
spring.application.name=axhub-admin
|
||||
server.port=8081
|
||||
|
||||
# 기본적으로 local 환경을 실행
|
||||
spring.profiles.active=local
|
||||
|
||||
# MyBatis 공통 설정
|
||||
mybatis.mapper-locations=classpath:mapper/**/*.xml
|
||||
mybatis.type-aliases-package=
|
||||
mybatis.configuration.map-underscore-to-camel-case=true
|
||||
spring.sql.init.mode=always
|
||||
|
||||
logging.level.com.corundumstudio.socketio=DEBUG
|
||||
|
||||
# 우아한 종료 (Graceful Shutdown) 설정
|
||||
server.shutdown=graceful
|
||||
spring.lifecycle.timeout-per-shutdown-phase=20s
|
||||
Reference in New Issue
Block a user