2022-11-03 09:48:01 +00:00
|
|
|
tomcat.ajp.protocol=HTTP/1.1
|
2022-09-07 09:08:41 +00:00
|
|
|
|
|
|
|
|
#file upload
|
2022-11-14 23:56:11 +00:00
|
|
|
spring.servlet.multipart.location=/uploadFiles
|
2022-09-07 09:08:41 +00:00
|
|
|
spring.servlet.multipart.max-file-size=200MB
|
|
|
|
|
spring.servlet.multipart.max-request-size=500MB
|
|
|
|
|
|
2022-11-15 05:40:10 +00:00
|
|
|
site.domain=http://118.219.150.34:50580
|
|
|
|
|
|
2022-11-14 07:46:44 +00:00
|
|
|
#file
|
2022-11-14 23:56:11 +00:00
|
|
|
file.dir=/uploadFiles
|
2022-11-14 07:46:44 +00:00
|
|
|
file.dir.vulnerable=/vulnerable
|
|
|
|
|
file.dir.part=/part
|
|
|
|
|
file.dir.equip=/equip
|
|
|
|
|
file.dir.sailor=sailor
|
|
|
|
|
file.dir.affair=affair
|
2022-11-14 08:39:55 +00:00
|
|
|
file.dir.editor=editor
|
2022-11-28 06:57:44 +00:00
|
|
|
file.dir.sri=/sri
|
2022-11-14 07:46:44 +00:00
|
|
|
|
2022-11-15 05:40:10 +00:00
|
|
|
editor.img.view=/file/editorFileDisplay?fileNm=
|
|
|
|
|
|
2022-09-07 09:08:41 +00:00
|
|
|
#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
|
2022-10-27 00:02:05 +00:00
|
|
|
#maximum-pool-size: CPU core count
|
|
|
|
|
spring.datasource.hikari.maximum-pool-size=4
|
|
|
|
|
#postgresql
|
|
|
|
|
spring.datasource-main.driverClassName=org.postgresql.Driver
|
2022-11-04 09:51:58 +00:00
|
|
|
spring.datasource-main.jdbcUrl=jdbc:postgresql://118.219.150.34:50503/faisp
|
2022-10-27 00:02:05 +00:00
|
|
|
spring.datasource-main.username=dbnt0031
|
|
|
|
|
spring.datasource-main.password=dbnt0928!
|
|
|
|
|
#oracle
|
|
|
|
|
spring.datasource-kwms.driverClassName=oracle.jdbc.driver.OracleDriver
|
|
|
|
|
spring.datasource-kwms.jdbcUrl=jdbc:oracle:thin:@118.219.150.34:51521:kwms
|
|
|
|
|
spring.datasource-kwms.username=kwms
|
|
|
|
|
spring.datasource-kwms.password=dbnt0928
|
2022-09-07 09:08:41 +00:00
|
|
|
|
|
|
|
|
#jpa
|
2022-09-27 09:24:25 +00:00
|
|
|
spring.jpa.show-sql=false
|
2022-09-07 09:08:41 +00:00
|
|
|
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
|
2022-10-27 00:02:05 +00:00
|
|
|
mybatis.type-aliases-package=com.dbnt.faisp.main.**.model
|
2022-09-07 09:08:41 +00:00
|
|
|
logging.level.com.atoz_develop.mybatissample.repository=TRACE
|