|
|
|
|
@ -1,19 +1,28 @@
|
|
|
|
|
#spring:
|
|
|
|
|
# datasource:
|
|
|
|
|
# druid:
|
|
|
|
|
# db-type: mysql
|
|
|
|
|
# url: jdbc:mysql://${DB_HOST:118.31.7.2}:${DB_PORT:3306}/${DB_NAME:link_commerce}?useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2B8&useSSL=false&useInformationSchema=true&allowPublicKeyRetrieval=true&allowMultiQueries=true
|
|
|
|
|
# username: ${DB_USER:root}
|
|
|
|
|
# password: ${DB_PWD:sztzjy2017}
|
|
|
|
|
# driver-class-name: com.mysql.cj.jdbc.Driver
|
|
|
|
|
|
|
|
|
|
spring:
|
|
|
|
|
datasource:
|
|
|
|
|
druid:
|
|
|
|
|
db-type: mysql
|
|
|
|
|
url: jdbc:mysql://${DB_HOST:118.31.7.2}:${DB_PORT:3306}/${DB_NAME:link_commerce}?useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2B8&useSSL=false&useInformationSchema=true&allowPublicKeyRetrieval=true&allowMultiQueries=true
|
|
|
|
|
url: jdbc:mysql://${DB_HOST:120.79.54.255}:${DB_PORT:3306}/${DB_NAME:link_commerce}?useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2B8&useSSL=false&useInformationSchema=true&allowPublicKeyRetrieval=true&allowMultiQueries=true
|
|
|
|
|
username: ${DB_USER:root}
|
|
|
|
|
password: ${DB_PWD:sztzjy2017}
|
|
|
|
|
password: ${DB_PWD:Sztzjy506}
|
|
|
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# 文件存储
|
|
|
|
|
file:
|
|
|
|
|
type: local
|
|
|
|
|
path: /usr/local/tianzeProject/linkCommerce/uploadFile
|
|
|
|
|
path: /mnt/usr/local/tianzeProject/linkCommerce/uploadFile
|
|
|
|
|
url: "https://dshlw.sztzjy.com:147/file"
|
|
|
|
|
#path: D:/tianzeProject/linkCommerce/
|
|
|
|
|
url: "http://118.31.7.2:147/file"
|
|
|
|
|
#url: "http://192.168.2.8:147/file"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|