注册网关客户端

This commit is contained in:
wangjianhong
2025-07-23 18:37:34 +08:00
parent 6a5d7a6be4
commit 66ac8af463
4 changed files with 49 additions and 18 deletions

View File

@@ -57,12 +57,25 @@ spring:
logging:
level:
root: INFO
com.arrokoth: DEBUG
org.springdoc: INFO
org.springframework: INFO
#mybatis:
# type-aliases-package: com.arrokoth.**.domain
# mapper-locations: classpath*:com.arrokoth/**/mapper/xml/*.xml
# configuration:
# map-underscore-to-camel-case: true
# log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
#mybatis-plus:
# type-aliases-package: com.arrokoth.**.domain
# mapper-locations: classpath*:com.arrokoth/**/mapper/xml/*.xml
# global-config:
# banner: true
# enable-sql-runner: true
# configuration:
# map-underscore-to-camel-case: true
# check-config-location: true