配置
This commit is contained in:
@@ -3,10 +3,12 @@ spring:
|
|||||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||||
url: jdbc:mysql://127.0.0.1:3306/ss_goods?serverTimezone=GMT%2B8&autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true
|
url: jdbc:mysql://127.0.0.1:3306/ss_goods?serverTimezone=GMT%2B8&autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true
|
||||||
username: root
|
username: root
|
||||||
password: 1LAiGz$t1*Iw
|
# password: 1LAiGz$t1*Iw
|
||||||
|
password: Yxt@67508182
|
||||||
cloud:
|
cloud:
|
||||||
nacos:
|
nacos:
|
||||||
discovery:
|
discovery:
|
||||||
|
# namespace: supervise
|
||||||
server-addr: 127.0.0.1:8848
|
server-addr: 127.0.0.1:8848
|
||||||
redis:
|
redis:
|
||||||
database: 3 # Redis数据库索引(默认为0)
|
database: 3 # Redis数据库索引(默认为0)
|
||||||
@@ -22,8 +24,8 @@ spring:
|
|||||||
timeout: 0 # 连接超时时间(毫秒)
|
timeout: 0 # 连接超时时间(毫秒)
|
||||||
image:
|
image:
|
||||||
upload:
|
upload:
|
||||||
path: D:/webapps/lipinka/yythmall-ui/upload/
|
path: D:/webapps/share-store/ui/share-store/upload/
|
||||||
url:
|
url:
|
||||||
prefix: https://supervise.yxtsoft.com/lpk/upload/
|
prefix: https:/wms.yxtsoft.com/file/upload/
|
||||||
import:
|
import:
|
||||||
filePath: D:/yxt-supervise-gf/upload/
|
filePath: D:/yxt-supervise-gf/upload/
|
||||||
|
|||||||
Reference in New Issue
Block a user