配置文件
This commit is contained in:
parent
b67be8fcda
commit
6c32016e37
|
|
@ -17,7 +17,7 @@ server:
|
||||||
#spring 配置
|
#spring 配置
|
||||||
spring:
|
spring:
|
||||||
profiles:
|
profiles:
|
||||||
active: prod
|
active: dev
|
||||||
freemarker:
|
freemarker:
|
||||||
cache: false
|
cache: false
|
||||||
mvc:
|
mvc:
|
||||||
|
|
@ -73,9 +73,6 @@ spring:
|
||||||
config:
|
config:
|
||||||
multi-statement-allow: true
|
multi-statement-allow: true
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
pagehelper:
|
pagehelper:
|
||||||
# helperDialect: mysql
|
# helperDialect: mysql
|
||||||
reasonable: false
|
reasonable: false
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue