kcscDev/kcsc-back-end/src/main/resources/application-test.properties

34 lines
1.0 KiB
Properties
Raw Normal View History

2023-11-02 01:38:10 +00:00
2023-11-02 04:48:57 +00:00
server.port=8088
2023-11-02 04:18:26 +00:00
spring.devtools.livereload.enabled=false
server.error.path=/errors
logging.level.org.apache.tomcat: DEBUG
logging.level.org.apache.catalina: DEBUG
2023-11-02 01:38:10 +00:00
#Datasource Configuration
spring.sql.init.encoding=utf-8
#maximum-pool-size: CPU core count
spring.datasource.hikari.maximum-pool-size=4
#postgresql
2023-11-02 04:18:26 +00:00
spring.datasource.driverClassName=org.postgresql.Driver
spring.datasource.url=jdbc:postgresql://218.36.126.201:5432/kcsc_dev
2023-11-02 01:38:10 +00:00
spring.datasource.username=postgres
spring.datasource.password=rhksflwk12!@
#jpa
2023-11-02 04:18:26 +00:00
spring.jpa.show-sql=false
2023-11-02 01:38:10 +00:00
spring.jpa.generate-ddl=false
spring.jpa.hibernate.naming.physical-strategy = org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
# MyBatis
mybatis.mapper-locations: mybatisMapper/*.xml
mybatis.configuration.map-underscore-to-camel-case=true
mybatis.type-aliases-package=com.dbnt.kcscbackend.**.entity
logging.level.com.atoz_develop.mybatissample.repository=TRACE
# File Config
Globals.posblAtchFileSize=5242880
Globals.fileStorePath=/docker/kcscDev/uploadFiles
Globals.addedOptions=false