This website works better with JavaScript
Home
Explore
Help
Sign In
githab
/
litemall
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
fix[litemall-core]: 由于core模块现在依赖db模块,因此spring.profiles.active里面需要添加db
Junling Bu
7 years ago
parent
d927e7d58b
commit
a7a7fed895
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
litemall-core/src/main/resources/application.yml
+ 1
- 1
litemall-core/src/main/resources/application.yml
View File
@@ -1,6 +1,6 @@
spring:
profiles:
- active: core
+ active: core
, db
message:
encoding: UTF-8