|
@@ -4,11 +4,16 @@ spring.application.name=electricbox-admin
|
|
|
server.port=9785
|
|
|
feign.hystrix.enabled=true
|
|
|
|
|
|
-mybatis.mapper-locations=classpath:mybatis/mapper/*/*.xml
|
|
|
+#mybatis.mapper-locations=classpath:mybatis/mapper/*/*.xml
|
|
|
+#mybatis.configuration.cache-enabled=true
|
|
|
+
|
|
|
+mybatis-plus.mapper-locations=classpath:mapper/*.xml,classpath:com/xy/mapper/*.xml,classpath:com/xy/mapper/mapper/*.xml
|
|
|
+mybatis-plus.type-aliases-package=com.xynet.marketing.entity
|
|
|
+mybatis-plus.configuration.ap-underscore-to-camel-case=true
|
|
|
+mybatis-plus.configuration.log-impl=org.apache.ibatis.logging.stdout.StdOutImpl
|
|
|
|
|
|
ribbon.readtimeout=50000
|
|
|
|
|
|
-mybatis.configuration.cache-enabled=true
|
|
|
|
|
|
spring.jmx.default-domain=electricAdmin
|
|
|
|