From 3d1efb46372648399def8280f5552cf80821c317 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B0=95=EC=84=9D=20=EC=B5=9C?= Date: Thu, 2 Nov 2023 10:38:10 +0900 Subject: [PATCH] =?UTF-8?q?=ED=85=8C=EC=8A=A4=ED=8A=B8=EC=84=9C=EB=B2=84?= =?UTF-8?q?=20=EC=A0=95=EB=B3=B4=20=EC=B6=94=EA=B0=80.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/application-test.properties | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 kcsc-back-end/src/main/resources/application-test.properties 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