사이트 이용 약관 처리 2
This commit is contained in:
parent
b046e01263
commit
b61973f96d
|
|
@ -1,23 +1,5 @@
|
||||||
spring.profiles.active=@app.profile@
|
spring.profiles.active=@app.profile@
|
||||||
spring.application.name=bibimbap
|
spring.application.name=bibimbap
|
||||||
|
|
||||||
# ViewResolver
|
|
||||||
spring.mvc.view.prefix=/WEB-INF/views/
|
|
||||||
spring.mvc.view.suffix=.jsp
|
|
||||||
|
|
||||||
# common
|
# common
|
||||||
spring.config.import=classpath:${spring.profiles.active}/db.properties
|
spring.config.import=classpath:${spring.profiles.active}/db.properties
|
||||||
|
|
||||||
# IP
|
|
||||||
server.address=0.0.0.0
|
|
||||||
|
|
||||||
# encoding
|
|
||||||
server.servlet.encoding.force-response=false
|
|
||||||
|
|
||||||
# file upload Max Size
|
|
||||||
spring.servlet.multipart.max-file-size=100MB
|
|
||||||
spring.servlet.multipart.max-request-size=100MB
|
|
||||||
|
|
||||||
# log
|
|
||||||
mybatis.configuration.log-impl=org.apache.ibatis.logging.slf4j.Slf4jImpl
|
|
||||||
logging.level.org.apache.ibatis=TRACE
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue