Skip to content

Commit

Permalink
更新RM
Browse files Browse the repository at this point in the history
  • Loading branch information
xueli.xue committed Dec 21, 2018
1 parent 8b99eef commit 231fa15
Showing 1 changed file with 7 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,14 @@
server.port=8080
server.context-path=/xxl-code-generator

### freemarker
spring.freemarker.request-context-attribute=request
spring.freemarker.cache=false
### resources
spring.mvc.static-path-pattern=/static/**
spring.resources.static-locations=classpath:/static/

spring.freemarker.templateEncoding=UTF-8
### freemarker
spring.freemarker.templateLoaderPath=classpath:/templates/
spring.freemarker.suffix=.ftl
spring.freemarker.content-type=text/html
spring.freemarker.charset=UTF-8
spring.freemarker.request-context-attribute=request
spring.freemarker.settings.number_format=0.##########

### resource (default: /** + classpath:/static/ )
spring.mvc.static-path-pattern=/static/**
spring.resources.static-locations=classpath:/static/

0 comments on commit 231fa15

Please sign in to comment.