Skip to content

Commit 3123e1f

Browse files
committed
调整demos pom顺序
1 parent a288c72 commit 3123e1f

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

center/bus/src/main/resources/application.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ spring:
55
username: ${RABBIT_MQ_USERNAME:guest}
66
password: ${RABBIT_MQ_PASSWORD:guest}
77

8+
management:
9+
endpoints:
10+
web:
11+
exposure:
12+
include: '*'
813
logging:
914
level:
1015
root: info

center/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@
1717
<version>0.0.1-SNAPSHOT</version>
1818
</parent>
1919

20+
<dependencies>
21+
<dependency>
22+
<groupId>org.springframework.boot</groupId>
23+
<artifactId>spring-boot-starter-web</artifactId>
24+
</dependency>
25+
</dependencies>
26+
2027
<modules>
2128
<module>bus</module>
2229
</modules>

0 commit comments

Comments
 (0)