Actuator模块:健康检查 利用命令访问,若是结果是{‘start’:‘up’}则是运行正常,若是返回是{'start':'down'}则运行不正常。java
pom.xml 配置 <build> <plugins> <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> </plugin> </plugins> </build> 打出来的包是一个可执行的jar包spring
经过java -jar 包名 执行项目 **若是须要使用本身的Parent,可使用maven的dependencyManagent来引入springbootstartparentspringboot