diff --git a/kcsc-back-end/src/main/resources/application-test.properties b/kcsc-back-end/src/main/resources/application-test.properties new file mode 100644 index 0000000..fa9e936 --- /dev/null +++ b/kcsc-back-end/src/main/resources/application-test.properties @@ -0,0 +1,27 @@ + +spring.devtools.livereload.enabled=true +#Datasource Configuration +spring.sql.init.encoding=utf-8 +#maximum-pool-size: CPU core count +spring.datasource.hikari.maximum-pool-size=4 +#postgresql +spring.datasource.driverClassName=net.sf.log4jdbc.sql.jdbcapi.DriverSpy +spring.datasource.url=jdbc:log4jdbc:postgresql://218.36.126.201:5432/kcsc_dev +spring.datasource.username=postgres +spring.datasource.password=rhksflwk12!@ + +#jpa +spring.jpa.show-sql=true +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 \ No newline at end of file