#tomcat.ajp.protocol=HTTP/1.1 #server.port=80 #file upload spring.servlet.multipart.location=/home/jboss/faisp/uploadFiles spring.servlet.multipart.max-file-size=200MB spring.servlet.multipart.max-request-size=500MB site.domain=10.187.58.46:8080 #file file.dir=C:\\faispUploadFiles 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 spring.datasource-kwms.jdbcUrl=jdbc:tibero:thin:@10.29.2.199:8629:tibero spring.datasource-kwms.username=smartonek_hrms spring.datasource-kwms.password=SmartOneK5715 #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