|
@@ -100,13 +100,13 @@ token:
|
|
expireTime: 30
|
|
expireTime: 30
|
|
|
|
|
|
# MyBatis配置
|
|
# MyBatis配置
|
|
-#mybatis:
|
|
|
|
-# # 搜索指定包别名
|
|
|
|
-# typeAliasesPackage: com.ozs.**.domain
|
|
|
|
-# # 配置mapper的扫描,找到所有的mapper.xml映射文件
|
|
|
|
-# mapperLocations: classpath*:mapper/**/*Mapper.xml
|
|
|
|
-# # 加载全局的配置文件
|
|
|
|
-# configLocation: classpath:mybatis/mybatis-config.xml
|
|
|
|
|
|
+mybatis:
|
|
|
|
+ # 搜索指定包别名
|
|
|
|
+ typeAliasesPackage: com.ozs.**.domain
|
|
|
|
+ # 配置mapper的扫描,找到所有的mapper.xml映射文件
|
|
|
|
+ mapperLocations: classpath*:mapper/**/*Mapper.xml
|
|
|
|
+ # 加载全局的配置文件
|
|
|
|
+ configLocation: classpath:mybatis/mybatis-config.xml
|
|
|
|
|
|
# MyBatis-plus配置
|
|
# MyBatis-plus配置
|
|
mybatis-plus:
|
|
mybatis-plus:
|