add
yj
2024-12-05 b9900893177c78fc559223521fe839aa21000017
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
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