|
@@ -22,6 +22,11 @@ spring:
|
|
|
mvc:
|
|
mvc:
|
|
|
pathmatch:
|
|
pathmatch:
|
|
|
matching-strategy: ant_path_matcher
|
|
matching-strategy: ant_path_matcher
|
|
|
|
|
+mybatis:
|
|
|
|
|
+ configuration:
|
|
|
|
|
+ map-underscore-to-camel-case: true
|
|
|
|
|
+ mapper-locations: classpath*:mapper/**.xml
|
|
|
|
|
+ type-aliases-package: cn.reghao.tnb.message.app.model.po
|
|
|
hystrix:
|
|
hystrix:
|
|
|
dashboard:
|
|
dashboard:
|
|
|
proxy-stream-allow-list: "127.0.0.1"
|
|
proxy-stream-allow-list: "127.0.0.1"
|