37 lines
1.3 KiB
Properties
37 lines
1.3 KiB
Properties
|
|
# Access-Control-Allow-Origin
|
|
Globals.Allow.Origin = http://localhost:3000
|
|
|
|
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://118.219.150.34:50654/kcsc
|
|
#spring.datasource.username=kcsc
|
|
#spring.datasource.password=dbnt0928!
|
|
spring.datasource.driverClassName=net.sf.log4jdbc.sql.jdbcapi.DriverSpy
|
|
spring.datasource.url=jdbc:log4jdbc:postgresql://127.0.0.1:5432/kcsc
|
|
#spring.datasource.url=jdbc:log4jdbc:postgresql://118.219.150.34:50503/kcsc
|
|
spring.datasource.username=dbnt0031
|
|
spring.datasource.password=dbnt0928!
|
|
|
|
#jpa
|
|
spring.jpa.show-sql=true
|
|
spring.jpa.generate-ddl=false
|
|
spring.jpa.hibernate.naming.physical-strategy = org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
|
|
spring.jpa.properties.hibernate.proc.param_null_passing=true
|
|
|
|
|
|
# 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=D:\\kcsc
|
|
Globals.addedOptions=false |