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
25f51371
Commit
25f51371
authored
Nov 16, 2019
by
RuoYi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
代码生成模板增加导出功能日志记录
parent
14bad9bf
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 additions
and
4 deletions
+1
-4
README.md
+0
-2
ruoyi-admin/src/main/resources/templates/main.html
+0
-2
ruoyi-generator/src/main/resources/vm/java/controller.java.vm
+1
-0
No files found.
README.md
View file @
25f51371
...
...
@@ -4,8 +4,6 @@
请给若依/RuoYi 投票,谢谢支持。
https://www.oschina.net/project/top_cn_2019#ruoyi
## 平台简介
一直想做一款后台管理系统,看了很多优秀的开源项目但是发现没有合适的。于是利用空闲休息时间开始自己写了一套后台系统。如此有了若依。她可以用于所有的Web应用程序,如网站管理后台,网站会员中心,CMS,CRM,OA。所有前端后台代码封装过后十分精简易上手,出错概率低。同时支持移动客户端访问。系统会陆续更新一些实用功能。
性别男,若依是给还没有出生女儿取的名字(寓意:你若不离不弃,我必生死相依)
...
...
ruoyi-admin/src/main/resources/templates/main.html
View file @
25f51371
...
...
@@ -16,8 +16,6 @@
<div
class=
"row border-bottom white-bg dashboard-header"
>
<div
class=
"col-sm-12"
>
<blockquote
class=
"text-warning"
style=
"font-size:14px"
>
阿里云服务器86元/年,双11冰点底价,错过再等1年
<br><a
target=
"_blank"
href=
"https://www.aliyun.com/1111/2019/group-buying-share?ptCode=79B1148C588D554F3E87264DB80E6C90647C88CF896EF535&userCode=brki8iof&share_source=copy_link"
>
https://www.aliyun.com/1111/2019/group-buying-share?ptCode=79B1148C588D554F3E87264DB80E6C90647C88CF896EF535
&
userCode=brki8iof
&
share_source=copy_link
</a><br>
领取阿里云通用云产品1888优惠券
<br><a
target=
"_blank"
href=
"https://promotion.aliyun.com/ntms/yunparter/invite.html?userCode=brki8iof"
>
https://promotion.aliyun.com/ntms/yunparter/invite.html?userCode=brki8iof
</a><br>
领取腾讯云通用云产品2860优惠券
...
...
ruoyi-generator/src/main/resources/vm/java/controller.java.vm
View file @
25f51371
...
...
@@ -77,6 +77,7 @@ public class ${ClassName}Controller extends BaseController
*
导出
${
functionName
}
列表
*/
@
RequiresPermissions
(
"${permissionPrefix}:export"
)
@
Log
(
title
=
"${functionName}"
,
businessType
=
BusinessType
.
EXPORT
)
@
PostMapping
(
"/export"
)
@
ResponseBody
public
AjaxResult
export
(${
ClassName
}
${
className
})
...
...
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