|
@@ -44,7 +44,7 @@ spring:
|
|
#mybatis
|
|
#mybatis
|
|
mybatis-plus:
|
|
mybatis-plus:
|
|
mapper-locations: classpath*:/mapper/**/*.xml
|
|
mapper-locations: classpath*:/mapper/**/*.xml
|
|
- ##实体扫描,多个package用逗号或者分号分隔
|
|
|
|
|
|
+ #实体扫描,多个package用逗号或者分号分隔
|
|
typeAliasesPackage: io.renren.modules.*.entity
|
|
typeAliasesPackage: io.renren.modules.*.entity
|
|
global-config:
|
|
global-config:
|
|
#数据库相关配置
|
|
#数据库相关配置
|