This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
hummingbird
/
spring-boot-demo
Not watched
Unwatch
Watch all
Watch but not notify
2
Star
0
Fork
0
Code
Releases
0
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
📝
更新 actuator 模块的 README 文件
3.x
Yangkai.Shen
2 years ago
parent
6ab7e297d3
commit
e22505a956
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
demo-monitor/demo-monitor-actuator/README.md
+ 1
- 1
demo-monitor/demo-monitor-actuator/README.md
View File
@@ -67,7 +67,7 @@ management:
### 2.测试
将项目运行起来之后
,会在**控制台**里查看所有可以访问的端口信息
启动 `ActuatorApplication`
,会在**控制台**里查看所有可以访问的端口信息
1. 打开浏览器,访问:http://localhost:8090/sys/actuator/mappings ,输入用户名(xkcoding)密码(123456)即可看到所有的mapping信息
2. 访问:http://localhost:8090/sys/actuator/beans ,输入用户名(xkcoding)密码(123456)即可看到所有 Spring 管理的Bean
3. 其余可访问的路径,参见文档
Write
Preview
Loading…
Cancel
Save