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
6a4894e9
Commit
6a4894e9
authored
Oct 27, 2018
by
RuoYi
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://gitee.com/y_project/RuoYi
parents
a44aa5db
71c32743
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
4 deletions
+14
-4
doc/若依环境使用手册v1.0.3.docx
+0
-0
ruoyi-admin/pom.xml
+12
-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.
doc/若依环境使用手册v1.0.
2
.docx
→
doc/若依环境使用手册v1.0.
3
.docx
View file @
6a4894e9
No preview for this file type
ruoyi-admin/pom.xml
View file @
6a4894e9
...
...
@@ -8,7 +8,7 @@
<version>
3.0
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<packaging>
jar
</packaging>
<artifactId>
ruoyi-admin
</artifactId>
<description>
...
...
@@ -76,8 +76,17 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-war-plugin
</artifactId>
<version>
3.0.0
</version>
<configuration>
<failOnMissingWebXml>
false
</failOnMissingWebXml>
<warName>
${artifactId}
</warName>
</configuration>
</plugin>
</plugins>
<finalName>
ruoyi-${ruoyi.version
}
</finalName>
<finalName>
${artifactId
}
</finalName>
</build>
</project>
\ No newline at end of file
ruoyi-admin/src/main/resources/application.yml
View file @
6a4894e9
...
...
@@ -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 @
6a4894e9
...
...
@@ -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