注册网关客户端
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user