Nacos中的配置文件更新
This commit is contained in:
@@ -12,7 +12,7 @@ aliyun:
|
||||
prefix: mall/images/ # 上传文件夹路径前缀
|
||||
spring:
|
||||
datasource:
|
||||
url: jdbc:mysql://localhost:3306/mall?useUnicode=true&characterEncoding=utf-8&serverTimezone=Asia/Shanghai
|
||||
url: jdbc:mysql://localhost:3306/mall?useUnicode=true&characterEncoding=utf-8&serverTimezone=Asia/Shanghai&useSSL=false
|
||||
username: root
|
||||
password: root
|
||||
redis:
|
||||
@@ -21,6 +21,11 @@ spring:
|
||||
port: 6379 # Redis服务器连接端口
|
||||
password: # Redis服务器连接密码(默认为空)
|
||||
timeout: 3000ms # 连接超时时间(毫秒)
|
||||
minio:
|
||||
endpoint: http://localhost:9000 #MinIO服务所在地址
|
||||
bucketName: mall #存储桶名称
|
||||
accessKey: minioadmin #访问的key
|
||||
secretKey: minioadmin #访问的秘钥
|
||||
logging:
|
||||
level:
|
||||
root: info
|
||||
|
||||
Reference in New Issue
Block a user