1<!--热部署配置--> 2 <dependency> 3 <groupId>org.springframework.boot</groupId> 4 <artifactId>spring-boot-devtools</artifactId> 5 </dependency>
因为Intellij IEDA默认情况下不会自动编译,需要对IDEA进行自动编译的设置
然后 Shift+Ctrl+Alt+/,选择Registry
问题解决啦.......
1<!--热部署配置--> 2 <dependency> 3 <groupId>org.springframework.boot</groupId> 4 <artifactId>spring-boot-devtools</artifactId> 5 </dependency>
因为Intellij IEDA默认情况下不会自动编译,需要对IDEA进行自动编译的设置
然后 Shift+Ctrl+Alt+/,选择Registry
问题解决啦.......
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。