Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fgqyxxlr
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
yaru
fgqyxxlr
Commits
83b4c251
Commit
83b4c251
authored
Oct 18, 2018
by
RuoYi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
扫描路径修改
parent
6ee8053a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
ruoyi-admin/src/main/resources/application.yml
+1
-1
ruoyi-admin/src/main/resources/templates/monitor/job/jobLog.html
+1
-1
No files found.
ruoyi-admin/src/main/resources/application.yml
View file @
83b4c251
...
...
@@ -72,7 +72,7 @@ mybatis:
# 搜索指定包别名
typeAliasesPackage
:
com.ruoyi
# 配置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
...
...
ruoyi-admin/src/main/resources/templates/monitor/job/jobLog.html
View file @
83b4c251
...
...
@@ -58,7 +58,7 @@
<div
th:include=
"include :: footer"
></div>
<script
th:inline=
"javascript"
>
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"
;
$
(
function
()
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment