44 lines
1.8 KiB
Properties
44 lines
1.8 KiB
Properties
|
|
spring.devtools.livereload.enabled=true
|
||
|
|
|
||
|
|
#file upload
|
||
|
|
spring.servlet.multipart.location=C:\\kcgFileManager
|
||
|
|
spring.servlet.multipart.max-file-size=200MB
|
||
|
|
spring.servlet.multipart.max-request-size=500MB
|
||
|
|
|
||
|
|
#thymeleaf
|
||
|
|
spring.thymeleaf.prefix=classpath:templates/
|
||
|
|
spring.thymeleaf.check-template-location=true
|
||
|
|
spring.thymeleaf.suffix=.html
|
||
|
|
spring.thymeleaf.mode=HTML
|
||
|
|
spring.thymeleaf.cache=false
|
||
|
|
|
||
|
|
#Datasource Configuration
|
||
|
|
spring.datasource.hikari.maximum-pool-size=4
|
||
|
|
spring.sql.init.encoding=utf-8
|
||
|
|
spring.datasource.driverClassName=net.sf.log4jdbc.sql.jdbcapi.DriverSpy
|
||
|
|
#spring.datasource.driverClassName=org.postgresql.Driver
|
||
|
|
spring.datasource.url=jdbc:log4jdbc:postgresql://106.247.244.146:50503/faisp
|
||
|
|
#spring.datasource.url=jdbc:postgresql://106.247.244.146:50503/faisp
|
||
|
|
spring.datasource.username=dbnt0031
|
||
|
|
spring.datasource.password=dbnt0928!
|
||
|
|
|
||
|
|
|
||
|
|
#mariaDB & log4jdbc
|
||
|
|
#spring.datasource.driverClassName=net.sf.log4jdbc.sql.jdbcapi.DriverSpy
|
||
|
|
#spring.datasource.url=ENC(dyWhZaWHoSfJZtAIG3H42B36VasUlkpnnXQ7K1DFIoY+BxgbHAwf9mFSfxoZfn4zU+6uc2n4hK05vDAG2u/oARiQfDZU/y3ATZ8KldP14suXeRHFfnryNGPzEdPzd9Pjd3/HvYOplF+5+B2yUVGawg==)
|
||
|
|
#spring.datasource.username=ENC(+BM/jvdOdi0MtWj44u1nxA==)
|
||
|
|
#spring.datasource.password=ENC(njSsOMalmaUC2YKT4jm2GyYSNXc0hZs4)
|
||
|
|
#spring.datasource.url=jdbc:log4jdbc:mariadb://localhost:3306/kcgFileManager?characterEncoding=UTF-8&serverTimezone=UTC
|
||
|
|
#spring.datasource.username=root
|
||
|
|
#spring.datasource.password=kcg211228
|
||
|
|
|
||
|
|
#jpa
|
||
|
|
spring.jpa.show-sql=true
|
||
|
|
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.model
|
||
|
|
logging.level.com.atoz_develop.mybatissample.repository=TRACE
|