Commit 0b8e2219 by zhaoqingwei

阿拉丁-魔登

parent 3ac0788b
...@@ -98,7 +98,7 @@ token: ...@@ -98,7 +98,7 @@ token:
expireTime: 30 expireTime: 30
# MyBatis配置 # MyBatis配置
mybatis: mybatis-plus:
# 搜索指定包别名 # 搜索指定包别名
typeAliasesPackage: com.ruoyi.project.**.domain typeAliasesPackage: com.ruoyi.project.**.domain
# 配置mapper的扫描,找到所有的mapper.xml映射文件 # 配置mapper的扫描,找到所有的mapper.xml映射文件
...@@ -106,6 +106,7 @@ mybatis: ...@@ -106,6 +106,7 @@ mybatis:
# 加载全局的配置文件 # 加载全局的配置文件
configLocation: classpath:mybatis/mybatis-config.xml configLocation: classpath:mybatis/mybatis-config.xml
# PageHelper分页插件 # PageHelper分页插件
pagehelper: pagehelper:
helperDialect: mysql helperDialect: mysql
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment