no message
parent
ba7d59dfa7
commit
e6038af931
|
|
@ -4,8 +4,8 @@ server.port=8088
|
||||||
spring.devtools.livereload.enabled=false
|
spring.devtools.livereload.enabled=false
|
||||||
server.error.path=/errors
|
server.error.path=/errors
|
||||||
|
|
||||||
logging.level.org.apache.tomcat: DEBUG
|
logging.level.org.apache.tomcat: info
|
||||||
logging.level.org.apache.catalina: DEBUG
|
logging.level.org.apache.catalina: info
|
||||||
|
|
||||||
#Datasource Configuration
|
#Datasource Configuration
|
||||||
spring.sql.init.encoding=utf-8
|
spring.sql.init.encoding=utf-8
|
||||||
|
|
@ -26,7 +26,7 @@ spring.jpa.hibernate.naming.physical-strategy = org.hibernate.boot.model.naming.
|
||||||
mybatis.mapper-locations: mybatisMapper/*.xml
|
mybatis.mapper-locations: mybatisMapper/*.xml
|
||||||
mybatis.configuration.map-underscore-to-camel-case=true
|
mybatis.configuration.map-underscore-to-camel-case=true
|
||||||
mybatis.type-aliases-package=com.dbnt.kcscbackend.**.entity
|
mybatis.type-aliases-package=com.dbnt.kcscbackend.**.entity
|
||||||
logging.level.com.atoz_develop.mybatissample.repository=TRACE
|
logging.level.com.atoz_develop.mybatissample.repository=info
|
||||||
|
|
||||||
# File Config
|
# File Config
|
||||||
Globals.posblAtchFileSize=5242880
|
Globals.posblAtchFileSize=5242880
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue