Enhance authentication logging and update MyBatis configuration
This commit is contained in:
@@ -13,7 +13,7 @@ spring:
|
||||
connection-timeout: 30000
|
||||
|
||||
mybatis:
|
||||
mapper-locations: classpath:mapper/*.xml
|
||||
mapper-locations: classpath:mapper/**/*.xml
|
||||
type-aliases-package: com.gameplatform.server.model
|
||||
configuration:
|
||||
map-underscore-to-camel-case: true
|
||||
@@ -31,6 +31,9 @@ logging:
|
||||
level:
|
||||
root: info
|
||||
com.gameplatform.server: debug
|
||||
org.mybatis: debug
|
||||
org.apache.ibatis: debug
|
||||
com.zaxxer.hikari: info
|
||||
|
||||
security:
|
||||
jwt:
|
||||
|
||||
Reference in New Issue
Block a user