This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
githab
/
litemall
Watch
2
Star
0
Fork
0
ファイル
課題
0
プルリクエスト
0
Wiki
ソースを参照
fix[litemall-core]: 由于core模块现在依赖db模块,因此spring.profiles.active里面需要添加db
Junling Bu
7 年 前
親
d927e7d58b
コミット
a7a7fed895
1 ファイル変更
、
1 行追加
、
1 行削除
分割表示
差分情報を表示
1
1
litemall-core/src/main/resources/application.yml
+ 1
- 1
litemall-core/src/main/resources/application.yml
ファイルの表示
@@ -1,6 +1,6 @@
spring:
profiles:
- active: core
+ active: core
, db
message:
encoding: UTF-8