Commit 0181245f by Java-曹文达

添加热部署

parent 93f8aa8d
...@@ -135,6 +135,21 @@ ...@@ -135,6 +135,21 @@
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId> <artifactId>spring-boot-maven-plugin</artifactId>
</plugin> </plugin>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>2.1.1.RELEASE</version>
<executions>
<execution>
<goals>
<goal>repackage</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins> </plugins>
<resources> <resources>
<resource> <resource>
......
...@@ -25,6 +25,7 @@ spring.freemarker.template-loader-path= classpath:/templates/ ...@@ -25,6 +25,7 @@ spring.freemarker.template-loader-path= classpath:/templates/
spring.freemarker.suffix= .html spring.freemarker.suffix= .html
spring.freemarker.content-type:= text/html spring.freemarker.content-type:= text/html
spring.freemarker.charset= UTF-8 spring.freemarker.charset= UTF-8
spring.thymeleaf.cache=false
spring.mvc.static-path-pattern=/** spring.mvc.static-path-pattern=/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment