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
ba05c28b
Commit
ba05c28b
authored
Jul 26, 2019
by
RuoYi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
防止表单重复提交注解移至common模块
parent
71ff337e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
ruoyi-common/src/main/java/com/ruoyi/common/annotation/RepeatSubmit.java
+1
-1
ruoyi-framework/src/main/java/com/ruoyi/framework/interceptor/RepeatSubmitInterceptor.java
+1
-1
No files found.
ruoyi-
framework/src/main/java/com/ruoyi/framework/interceptor
/annotation/RepeatSubmit.java
→
ruoyi-
common/src/main/java/com/ruoyi/common
/annotation/RepeatSubmit.java
View file @
ba05c28b
package
com
.
ruoyi
.
framework
.
interceptor
.
annotation
;
package
com
.
ruoyi
.
common
.
annotation
;
import
java.lang.annotation.Documented
;
import
java.lang.annotation.ElementType
;
...
...
ruoyi-framework/src/main/java/com/ruoyi/framework/interceptor/RepeatSubmitInterceptor.java
View file @
ba05c28b
...
...
@@ -6,10 +6,10 @@ import javax.servlet.http.HttpServletResponse;
import
org.springframework.stereotype.Component
;
import
org.springframework.web.method.HandlerMethod
;
import
org.springframework.web.servlet.handler.HandlerInterceptorAdapter
;
import
com.ruoyi.common.annotation.RepeatSubmit
;
import
com.ruoyi.common.core.domain.AjaxResult
;
import
com.ruoyi.common.json.JSON
;
import
com.ruoyi.common.utils.ServletUtils
;
import
com.ruoyi.framework.interceptor.annotation.RepeatSubmit
;
/**
* 防止重复提交拦截器
...
...
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