FAISP/src/main/resources/application-was2.properties

75 lines
2.4 KiB
Properties

#tomcat
tomcat.ajp.protocol=AJP/1.3
tomcat.cluster.enabled=true
tomcat.cluster.static-member-host=10.187
tomcat.cluster.static-member-port=
tomcat.cluster.static-member-unique-id={0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1}
tomcat.cluster.receiver-address=10.187
tomcat.cluster.receiver-port=
tomcat.cluster.receiver-max-threads=
#file upload
spring.servlet.multipart.location=/backup/faisp/uploadFiles
spring.servlet.multipart.max-file-size=200MB
spring.servlet.multipart.max-request-size=500MB
site.domain=10.187.58.12
clipReport.print.url=http://10.187.58.48:8085/ClipReport5
#file
file.dir.publicBoard=/publicBoard
file.dir.faRpt=/faRpt
file.dir.vulnerable=/vulnerable
file.dir.part=/part
file.dir.equip=/equip
file.dir.sailor=/sailor
file.dir.affair=/affair
file.dir.affair.plan=/affairPlan
file.dir.affair.result=/affairResult
file.dir.editor=/editor
file.dir.sri=/sri
file.dir.ciw=/ciw
file.dir.cia.safty=/cia/safty
file.dir.cia.company=/cia/company
file.dir.cia.foreigner=/cia/foreigner
file.dir.cia.edu=/cia/edu
file.dir.activityCase=/activityCase
file.dir.majorStatus=/majorStatus
file.dir.monitoring=/monitoring
file.dir.intelligenceNetwork=/intelligenceNetwork
file.dir.affairTemp=/affairTemp
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=8
#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
spring.datasource-kwms.jdbcUrl=jdbc:tibero:thin:@10.188.171.206:9629:KCGHRDB
spring.datasource-kwms.username=KCGEXT
spring.datasource-kwms.password=kcgextuser
#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