扫描路径修改

master
RuoYi 6 years ago committed by Limy
parent 7d0e057762
commit f4cbc91872

@ -72,7 +72,7 @@ mybatis:
# 搜索指定包别名 # 搜索指定包别名
typeAliasesPackage: com.ruoyi typeAliasesPackage: com.ruoyi
# 配置mapper的扫描找到所有的mapper.xml映射文件 # 配置mapper的扫描找到所有的mapper.xml映射文件
mapperLocations: classpath:mapper/system/*Mapper.xml,classpath:mapper/quartz/*Mapper.xml,classpath:mapper/generator/*Mapper.xml mapperLocations: classpath*:mapper/**/*Mapper.xml
# 加载全局的配置文件 # 加载全局的配置文件
configLocation: classpath:mapper/mybatis-config.xml configLocation: classpath:mapper/mybatis-config.xml

@ -58,7 +58,7 @@
<div th:include="include :: footer"></div> <div th:include="include :: footer"></div>
<script th:inline="javascript"> <script th:inline="javascript">
var removeFlag = [[${@permission.hasPermi('monitor:job:remove')}]]; var removeFlag = [[${@permission.hasPermi('monitor:job:remove')}]];
var datas = [[${@dict.getType('sys_job_status')}]]; var datas = [[${@dict.getType('sys_common_status')}]];
var prefix = ctx + "monitor/jobLog"; var prefix = ctx + "monitor/jobLog";
$(function() { $(function() {

Loading…
Cancel
Save