kcgFileManager/src/main/resources/application-prod.properties

26 lines
991 B
Properties

#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
#mariaDB
spring.datasource.driverClassName=org.mariadb.jdbc.Driver
spring.datasource.url=ENC(Ej4qsyzlShx9/ybzkraa2sxl9juUnwyTWXpku4w93tG+DlTOuYF4QvAtR53NWXD/zoDbwbAcbkRi7vijqebZJq6559fl31PmiFVR7gJyd5ll7Sg+XQx5UF04RfVWXfHI)
spring.datasource.username=ENC(baYt+Dg9T0Vyo0Xght5LNA==)
spring.datasource.password=ENC(WE58kbIvn2tl49tHlJEZHgoWoPvoVBbr)
#jpa
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.kcgfilemanager.model