File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 107
107
<groupId >org.springframework.boot</groupId >
108
108
<artifactId >spring-boot-starter-aop</artifactId >
109
109
</dependency >
110
+ <!-- spring boot 监控依赖-->
111
+ <dependency >
112
+ <groupId >org.springframework.boot</groupId >
113
+ <artifactId >spring-boot-starter-actuator</artifactId >
114
+ </dependency >
110
115
</dependencies >
111
116
112
117
<build >
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ spring:
70
70
mail :
71
71
host : smtp.qq.com
72
72
username : 407993723@qq.com
73
- password :
73
+ password :
74
74
# port: 25
75
75
# protocol: smtp
76
76
default-encoding : utf-8
@@ -81,4 +81,15 @@ spring:
81
81
starttls :
82
82
enable : true
83
83
required : true
84
-
84
+ info :
85
+ author :
86
+ realname : zzp
87
+ nickname : zhengping.zhu
88
+ email : zhu_zhengping@hotmail.com
89
+ blog :
90
+ endpoints :
91
+ shutdown :
92
+ enabled : true
93
+ management :
94
+ context-path : /manage
95
+ port : 9090 # -1代表关闭
You can’t perform that action at this time.
0 commit comments