no message
parent
bddc38d95c
commit
f775e2632a
|
|
@ -7,7 +7,7 @@ import org.springframework.boot.web.servlet.server.ServletWebServerFactory;
|
||||||
import org.springframework.context.annotation.Bean;
|
import org.springframework.context.annotation.Bean;
|
||||||
import org.springframework.context.annotation.Configuration;
|
import org.springframework.context.annotation.Configuration;
|
||||||
|
|
||||||
@Configuration
|
//@Configuration
|
||||||
public class TomcatConfiguration {
|
public class TomcatConfiguration {
|
||||||
|
|
||||||
@Value("${tomcat.ajp.protocol}")
|
@Value("${tomcat.ajp.protocol}")
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,24 @@
|
||||||
tomcat.ajp.protocol=HTTP/1.1
|
#tomcat.ajp.protocol=HTTP/1.1
|
||||||
|
server.port=80
|
||||||
#file upload
|
#file upload
|
||||||
spring.servlet.multipart.location=/uploadFiles
|
spring.servlet.multipart.location=/home/jboss/faisp/uploadFiles
|
||||||
spring.servlet.multipart.max-file-size=200MB
|
spring.servlet.multipart.max-file-size=200MB
|
||||||
spring.servlet.multipart.max-request-size=500MB
|
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
|
#thymeleaf
|
||||||
spring.thymeleaf.prefix=classpath:templates/
|
spring.thymeleaf.prefix=classpath:templates/
|
||||||
spring.thymeleaf.check-template-location=true
|
spring.thymeleaf.check-template-location=true
|
||||||
|
|
@ -17,9 +31,9 @@ spring.sql.init.encoding=utf-8
|
||||||
spring.datasource.hikari.maximum-pool-size=4
|
spring.datasource.hikari.maximum-pool-size=4
|
||||||
#postgresql
|
#postgresql
|
||||||
spring.datasource-main.driverClassName=org.postgresql.Driver
|
spring.datasource-main.driverClassName=org.postgresql.Driver
|
||||||
spring.datasource-main.url=jdbc:postgresql://10.187.142.13:5432/experdb
|
spring.datasource-main.jdbcUrl=jdbc:postgresql://10.187.142.13:5432/experdb
|
||||||
spring.datasource-main.username=experdb
|
spring.datasource-main.username=faisp
|
||||||
spring.datasource-main.password=Ground453!@
|
spring.datasource-main.password=dbnt0928!
|
||||||
#tibero
|
#tibero
|
||||||
spring.datasource-kwms.driverClassName=com.tmax.tibero.jdbc.TbDriver
|
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.jdbcUrl=jdbc:tibero:thin:@10.29.2.199:8629:tibero
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue