当前位置:网站首页>23.10 Admin features
23.10 Admin features
2022-07-26 08:29:00 【csg103】
By designation spring.application.admin.enabled attribute , Can make administrative related characteristics . This is exposed in MBeanServer On the platform SpringApplicationAdminMXBean . You can use this function to remotely manage Spring Boot Program . This is also useful for any service wrapper implementation .
- If you want to know , Where is the application running HTTP port , Can pass local.server.port obtain .
- When this feature is enabled , As MBean Attention should be paid to the application of exposed shutdown methods
original text :
23.10 Admin features
It is possible to enable admin-related features for the application by specifying thespring.application.admin.enabled property. This exposes theSpringApplicationAdminMXBeanon the platform MBeanServer. You could use this feature to administer your Spring Bootapplication remotely. This could also be useful for any service wrapper implementation.
![]() |
If you want to know on which HTTP port the application is running, get the propertywith key |
![]() |
Take care when enabling this feature as the MBean exposes a method to shutdown theapplication. |
I don't understand what it is , It seems that this interface can be used to realize some functions of managing publishing ., Wait some day to figure it out and come back to revise .
边栏推荐
- 我,35岁了。
- This is a picture
- [GUI] GUI programming; AWT package (interface properties, layout management, event monitoring)
- [endnote] compilation of document types and abbreviations of document types
- 外卖小哥,才是这个社会最大的托底
- Summary of common skills
- Kotlin function
- 23.5 event listeners of application events and listeners
- mysql函数汇总之条件判断函数
- 2022/7/6 exam summary
猜你喜欢

QT note 2

QT note 1

Mycat2 deploy master-slave MariaDB

The second lesson is the construction of development environment

【时间复杂度空间复杂度】

On some concepts involved in journal papers compilation + journal query methods

我,35岁了。

SPSS uses kmeans, two-stage clustering and RFM model to study the behavior law data of borrowers and lenders in P2P network finance

Prefix infix suffix expression (written conversion)

Daily Note (11) -- word formula input arbitrary matrix
随机推荐
Run file command
2022/7/11 exam summary
Dev gridcontrol 捕获按键事件
memorandum...
C # get the information of the selected file
Dear teachers, how can sqlserver get DDL in flinkcdc?
Two ways to monitor the change of user points
On some concepts involved in journal papers compilation + journal query methods
Flitter imitates wechat long press pop-up copy recall paste collection and other custom customization
Let's talk about the three core issues of concurrent programming.
Kotlin data type
请问现在flinkcdc支持sqlserver实例名方式连接吗?
2022-7-9 personal qualifying 6 competition experience
A little awesome, 130000 a month+
Burp suite Chapter 4 advanced options for SSL and proxy
第三天作业
Shell第二天作业
C# 获取选择文件信息
Flex three column layout
matplotlib学习笔记
![[Tip]](https://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/images/tip.png)
![[Note]](https://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/images/note.png)