|
@@ -65,4 +65,10 @@ mybatis:
|
|
|
map-underscore-to-camel-case: true
|
|
map-underscore-to-camel-case: true
|
|
|
# log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
|
# log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
|
|
mapper-locations: classpath*:mapper/**/**.xml
|
|
mapper-locations: classpath*:mapper/**/**.xml
|
|
|
- type-aliases-package: cn.reghao.tnb.account.app.model.po
|
|
|
|
|
|
|
+ type-aliases-package: cn.reghao.tnb.account.app.model.po
|
|
|
|
|
+eureka:
|
|
|
|
|
+ instance:
|
|
|
|
|
+ prefer-ip-address: true
|
|
|
|
|
+ client:
|
|
|
|
|
+ register-with-eureka: true
|
|
|
|
|
+ fetch-registry: true
|