server.port=8081 spring.application.name=unimall logging.config=classpath:logs/logback.xml logging.file.path=~/logs/${spring.application.name} ######################################################## ###MySql (MySqlConfiguration) ######################################################## spring.datasource.url=${SPRING_DATASOURCE_URL} spring.datasource.username=${SPRING_DATASOURCE_USERNAME} spring.datasource.password=${SPRING_DATASOURCE_PASSWORD} spring.datasource.hikari.minimum-idle=5 spring.datasource.hikari.maximum-pool-size=15 spring.datasource.hikari.auto-commit=true spring.datasource.hikari.idle-timeout=30000 spring.datasource.hikari.connection-timeout=30000 spring.datasource.hikari.connection-test-query=SELECT 1 spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver spring.datasource.type=com.zaxxer.hikari.HikariDataSource mybatis-plus.global-config.db-config.id-type=auto mybatis-plus.global-config.db-config.logic-delete-value=1 mybatis-plus.global-config.db-config.logic-not-delete-value=0 mybatis-plus.global-config.db-config.table-prefix=unimall_ mybatis-plus.mapper-locations=classpath:/mapper/**/*.xml ######################################################## ###Redis DataSource Properties ######################################################## # spring redis model: single\sentinel spring.redis.mode=single spring.redis.master-name=mymaster spring.redis.database=1 spring.redis.host=${REDIS_HOST}:${REDIS_PORT} #spring.redis.password=1234 spring.user-redis.database=1 spring.user-redis.host=${REDIS_HOST}:${REDIS_PORT} #spring.user-redis.password=1234 spring.lock-redis.database=1 spring.lock-redis.host=${REDIS_HOST}:${REDIS_PORT} #spring.lock-redis.password=12345 ######################################################## ###Freemarkder For Document Properties ######################################################## spring.freemarker.request-context-attribute=req spring.freemarker.suffix=.html spring.freemarker.content-type=text/html spring.freemarker.enabled=true spring.freemarker.cache=false spring.freemarker.template-loader-path=classpath:/templates/ spring.freemarker.charset=utf-8 spring.freemarker.settings.number_format=0.## ######################################################## ### Shipment ######################################################## com.iotechn.ship.query.kdn.app-key=1552340 com.iotechn.ship.query.kdn.business-id=db73dd78-990f-4fc8-ae18-83d0dacf7556 ######################################################## ### Runtime ######################################################## com.dobbinsoft.fw.auto-build-table=F com.dobbinsoft.fw.env=3