- Mastering Spring Boot 2.0
- Dinesh Rajput
- 294字
- 2021-06-25 21:29:21
The Actuator with Spring Boot 2.X
The new version of Spring Boot Actuator—2.x Actuator, has been introduced with a simplified model, extended capabilities, and better incorporated defaults. In this version, the security model is integrated with the application for simplification. Some more HTTP requests and responses, and Java APIs, have also been added. The newest version also supports CRUD against the model of read-write it had before.
Actuator 2.x defines the extensible model, which is also pluggable and does not depend on MVC. Hence, you can utilize MVC and Web Flux. In the new version, endpoints also come disabled by default. Should you want to turn them all on, you can use the following:
management.endpoints.web.expose = *.
Or if you do not want to enable all the endpoints, you can simply list the ones you want to enable and let others be. All Actuator endpoints are now also set under /actuator path by default.
Spring Boot 2.x Actuator has also introduced some more built-in endpoints:
- /conditions: This is simply auto-config renamed
- /Prometheus: This is also the same as metrics, but it supports a Prometheus server
- Scheduledtasks: This endpoint provides details of every scheduled task in the application
- /sessions: This is a list of HTTP sessions using Spring Sessions
- /threaddump: This endpoint dumps the thread information
Spring Boot 2.x Actuator allows you to manipulate the endpoints in similar ways to previous versions. You can customize them; however, there have been a few changes introduced to the method of customization. This is mostly because 2.x Actuator supports CRUD operations instead of just read and write. And you can also add new endpoints to existing ones, with your own configurations and implementations.
Spring Boot Actuator allows you to manipulate and manage your application very easily.
- Excel 2010中文版完全自學手冊
- Word/Excel/PPT 2007辦公技巧
- Excel 2010辦公應用實戰從入門到精通(超值版)
- Office 2013輕松辦公:Word/Excel/PowerPoint三合一超級應用大全(實戰案例版)
- Office辦公高手應用技巧
- 快·易·通:2天學會Word/Excel綜合辦公應用(2016版)
- Excel公式、函數、圖表與數據處理應用大全(全新版)
- 中文PowerPoint 2003應用基礎
- 實訓教程:電腦入門
- 新編Word/Excel/PPT 2013從入門到精通
- 電腦辦公實戰從入門到精通(超值版)
- PowerPoint 2016高級應用案例教程
- Excel商務數據分析與應用(慕課版·第2版)
- 別怕,Excel VBA其實很簡單
- 辦公軟件高級應用