fix[litemall-core]: 由于core模块现在依赖db模块,因此spring.profiles.active里面需要添加db
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
spring:
|
||||
profiles:
|
||||
active: core
|
||||
active: core, db
|
||||
message:
|
||||
encoding: UTF-8
|
||||
|
||||
|
||||
Reference in New Issue
Block a user