File tree 2 files changed +8
-1
lines changed
src/productservice/productservice-provider
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 121
121
<artifactId >productservice-api</artifactId >
122
122
<version >1.0.0-SNAPSHOT</version >
123
123
</dependency >
124
+ <dependency >
125
+ <groupId >org.springframework.boot</groupId >
126
+ <artifactId >spring-boot-starter-actuator</artifactId >
127
+ </dependency >
124
128
125
129
126
130
<!-- SDK/Starter需1.6.2及以上版本,并排掉sentinel-dubbo-adapter依赖 -->
Original file line number Diff line number Diff line change 1
1
spring.application.name =productservice
2
+
3
+ management.endpoints.web.exposure.include =*
4
+
2
5
# database
3
6
spring.datasource.driver-class-name =com.mysql.cj.jdbc.Driver
4
7
spring.datasource.url =jdbc:mysql://product-mysql:3306/product?characterEncoding=utf8&useSSL=false&serverTimezone=GMT
@@ -29,4 +32,4 @@ dubbo.application.qos-enable=true
29
32
dubbo.application.qos-accept-foreign-ip =false
30
33
31
34
# tunning
32
- spring.mvc.servlet.load-on-startup =1
35
+ spring.mvc.servlet.load-on-startup =1
You can’t perform that action at this time.
0 commit comments