Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
bpm
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王厚康
bpm
Commits
0181245f
Commit
0181245f
authored
Apr 02, 2019
by
Java-曹文达
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加热部署
parent
93f8aa8d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
0 deletions
+16
-0
pom.xml
pom.xml
+15
-0
application.properties
src/main/resources/application.properties
+1
-0
No files found.
pom.xml
View file @
0181245f
...
@@ -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>
...
...
src/main/resources/application.properties
View file @
0181245f
...
@@ -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
=
/**
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment