分布式初步创建,先创建个maven,然后在其基础上创建其模块为springboot项目,具体参考https://www.cnblogs.com/a8457013/p/9254917.html
spring热部署和其整合freemarker,第一步:<!--添加依赖--> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> <optional>true</optional> </dependency> 第二步:更改idea配置 1)“File” -> “Settings” -> “Build,Execution,Deplyment” -> “Compiler”,选中打勾 “Build project automatically” 。 2)组合键:“Shift+Ctrl+Alt+/” ,选择 “Registry” ,选中打勾 “compiler.automake.allow.when.app.running” 。