Browse Source

fix[litemall-core]: 由于core模块现在依赖db模块,因此spring.profiles.active里面需要添加db

Junling Bu 7 years ago
parent
commit
a7a7fed895
1 changed files with 1 additions and 1 deletions
  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