摘要: 1、pom.xml文件中添加 <!-- 热部署开发工具 --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> </dependency> 2 阅读全文
posted @ 2021-02-08 15:56 桥头堡洗脚城 阅读(55) 评论(0) 推荐(0) 编辑
摘要: 1. 先在pom.xml中添加依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-actuator</artifactId> </dependency> 2. 所有的监 阅读全文
posted @ 2021-02-08 14:57 桥头堡洗脚城 阅读(99) 评论(0) 推荐(0) 编辑