提交 1bc9d1f1 编写于 作者: 木下藤吉郎's avatar 木下藤吉郎

123

上级 ef74e706
......@@ -27,6 +27,8 @@ ext {
dependencies {
implementation 'org.springframework.cloud:spring-cloud-starter-netflix-eureka-server'
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.springframework.boot:spring-boot-starter-actuator'
}
dependencyManagement {
......
......@@ -12,4 +12,6 @@ eureka.client.service-url.defaultZone=http://${eureka.instance.hostname}:${serve
#
eureka.server.enable-self-preservation=false
#
management.endpoints.web.exposure.include=*
#
logging.level.root=info
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册