springboot核心原理(下)

1、对已有的组件,使用starter进行封装达到开箱即用的目的。
2、springboot - actuator 的health进行扩展,实现对springboot官方未定义的健康监测组件进行健康监测

自定义format starter:
https://github.com/cyydhl/format-spring-boot-starter
自定义starter调用及实现对springboot官方未定义的健康监测组件进行健康监测:
https://github.com/cyydhl/spring-boot-starter-demo

你可能感兴趣的:(springboot核心原理(下))