Commit bd6aae97 authored by Junling Bu's avatar Junling Bu
Browse files

chore: 采用单一配置文件,则需要设置profiles.active为none,否则会被all模块的内置application文件的profiles.active所补充进而导致一些不必要的加载。

parent c04bf486
spring: spring:
profiles:
active: none
message: message:
encoding: UTF-8 encoding: UTF-8
datasource: datasource:
...@@ -138,4 +140,10 @@ litemall: ...@@ -138,4 +140,10 @@ litemall:
secretId: 111111 secretId: 111111
secretKey: xxxxxx secretKey: xxxxxx
region: xxxxxx region: xxxxxx
bucketName: xxxxxx bucketName: xxxxxx
\ No newline at end of file # 七牛云对象存储配置信息
qiniu:
endpoint: http://pd5cb6ulu.bkt.clouddn.com
accessKey: 111111
secretKey: xxxxxx
bucketName: litemall
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment