2022-12-28 06:30:07 +00:00
|
|
|
tomcat.ajp.protocol=AJP/1.3
|
2022-12-22 01:55:19 +00:00
|
|
|
#server.port=80
|
|
|
|
|
|
|
|
|
|
#file upload
|
2022-12-28 06:30:07 +00:00
|
|
|
spring.servlet.multipart.location=/backup/faisp/uploadFiles
|
2022-12-22 01:55:19 +00:00
|
|
|
spring.servlet.multipart.max-file-size=200MB
|
|
|
|
|
spring.servlet.multipart.max-request-size=500MB
|
|
|
|
|
|
2022-12-29 09:16:45 +00:00
|
|
|
site.domain=10.187.58.15
|
2022-12-22 01:55:19 +00:00
|
|
|
|
|
|
|
|
#file
|
2022-12-28 06:30:07 +00:00
|
|
|
file.dir=/backup/faisp/uploadFiles
|
2022-12-22 01:55:19 +00:00
|
|
|
file.dir.vulnerable=/vulnerable
|
|
|
|
|
file.dir.part=/part
|
|
|
|
|
file.dir.equip=/equip
|
|
|
|
|
file.dir.sailor=sailor
|
|
|
|
|
file.dir.affair=affair
|
|
|
|
|
file.dir.editor=editor
|
|
|
|
|
file.dir.sri=/sri
|
|
|
|
|
|
|
|
|
|
editor.img.view=/file/editorFileDisplay?fileNm=
|
|
|
|
|
|
|
|
|
|
#thymeleaf
|
|
|
|
|
spring.thymeleaf.prefix=classpath:templates/
|
|
|
|
|
spring.thymeleaf.check-template-location=true
|
|
|
|
|
spring.thymeleaf.suffix=.html
|
|
|
|
|
spring.thymeleaf.mode=HTML
|
|
|
|
|
|
|
|
|
|
#Datasource Configuration
|
|
|
|
|
spring.sql.init.encoding=utf-8
|
|
|
|
|
#maximum-pool-size: CPU core count
|
|
|
|
|
spring.datasource.hikari.maximum-pool-size=4
|
|
|
|
|
#postgresql
|
|
|
|
|
spring.datasource-main.driverClassName=org.postgresql.Driver
|
|
|
|
|
spring.datasource-main.jdbcUrl=jdbc:postgresql://10.187.142.13:5432/experdb
|
|
|
|
|
spring.datasource-main.username=faisp
|
|
|
|
|
spring.datasource-main.password=dbnt0928!
|
|
|
|
|
#tibero
|
|
|
|
|
spring.datasource-kwms.driverClassName=com.tmax.tibero.jdbc.TbDriver
|
2022-12-29 09:16:45 +00:00
|
|
|
spring.datasource-kwms.jdbcUrl=jdbc:tibero:thin:@10.188.171.206:9629:KCGHRDB
|
|
|
|
|
spring.datasource-kwms.username=KCGEXT
|
|
|
|
|
spring.datasource-kwms.password=kcgextuser
|
2022-12-22 01:55:19 +00:00
|
|
|
|
|
|
|
|
#jpa
|
|
|
|
|
spring.jpa.show-sql=false
|
|
|
|
|
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.faisp.main.**.model
|
|
|
|
|
logging.level.com.atoz_develop.mybatissample.repository=TRACE
|