Commit e1732120 authored by tangtuo's avatar tangtuo

修改mybatisplus配置

parent c1bd886d
...@@ -105,3 +105,7 @@ chain: ...@@ -105,3 +105,7 @@ chain:
admin-key: 8cd19e9bf39055f95e3e33cc1e08b9f9fc2e9be48a5b3a4d401e64041c97aec7 admin-key: 8cd19e9bf39055f95e3e33cc1e08b9f9fc2e9be48a5b3a4d401e64041c97aec7
contract-name: user.evm.0xd996a3a866c577596df260844a045a068ec5accd8d71ccaa3d578c9617ec5490 contract-name: user.evm.0xd996a3a866c577596df260844a045a068ec5accd8d71ccaa3d578c9617ec5490
contract-address: 1iDWTHZQxPES4hLveZRcwJH6AMaMfZfZZ contract-address: 1iDWTHZQxPES4hLveZRcwJH6AMaMfZfZZ
logging:
level:
com.fzm.common.mapper: debug
...@@ -15,10 +15,8 @@ mybatis-plus: ...@@ -15,10 +15,8 @@ mybatis-plus:
type-aliases-package: com.fzm.common.entity type-aliases-package: com.fzm.common.entity
mapper-locations: classpath:mapper/*.xml mapper-locations: classpath:mapper/*.xml
configuration: configuration:
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl #log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
map-underscore-to-camel-case: true map-underscore-to-camel-case: true
logging:
level:
com.fzm.common.mapper: debug
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment