文章分类 -  IDEA

摘要:配置devtools 1. 配置pom.xml <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> <scope>runtime</scope> 阅读全文
posted @ 2022-10-28 15:25 baixz