Spring Boot 3.x 全新的热部署配置方式(IntelliJ IDEA 2023.1)
摘要:第一步,在 pom.xml 文件中添加依赖 xml复制代码<!--热部署配置 --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> <!--
阅读全文
posted @ 2024-01-18 16:14