|
|
@@ -35,18 +35,18 @@ mybatis:
|
|
|
map-underscore-to-camel-case: true
|
|
|
mapper-locations: classpath*:mapper/**.xml
|
|
|
type-aliases-package: cn.reghao.tnb.content.app.model.po
|
|
|
-management:
|
|
|
- endpoints:
|
|
|
- web:
|
|
|
- base-path: /api/content/actuator
|
|
|
- exposure:
|
|
|
- include: "*"
|
|
|
- metrics:
|
|
|
- tags:
|
|
|
- application: ${spring.application.name}
|
|
|
eureka:
|
|
|
instance:
|
|
|
prefer-ip-address: true
|
|
|
client:
|
|
|
register-with-eureka: true
|
|
|
- fetch-registry: true
|
|
|
+ fetch-registry: true
|
|
|
+#management:
|
|
|
+# endpoints:
|
|
|
+# web:
|
|
|
+# base-path: /api/content/actuator
|
|
|
+# exposure:
|
|
|
+# include: "*"
|
|
|
+# metrics:
|
|
|
+# tags:
|
|
|
+# application: ${spring.application.name}
|