Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ops
/
monitor-ui
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
qinchao
7 years ago
Commit
4c254d1f22a4ff3c42df4dae53805d1529d8a28b
1 parent
8680f8b0
去掉不用import
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
monitor-ui-ctrl/src/main/java/com/ui/ctrl/UserCtrl.java
monitor-ui-ctrl/src/main/java/com/ui/ctrl/UserCtrl.java
View file @
4c254d1
...
...
@@ -6,7 +6,6 @@ import com.ui.User.UserAuthLocal;
import
com.ui.contants.HttpUriContants
;
import
com.ui.http.HttpRestClient
;
import
com.ui.model.BaseResponse
;
import
com.ui.model.Directional
;
import
com.ui.model.req.AuthModule
;
import
com.ui.model.req.User
;
import
org.apache.commons.lang.RandomStringUtils
;
...
...
@@ -19,12 +18,10 @@ import org.springframework.stereotype.Controller;
import
org.springframework.ui.Model
;
import
org.springframework.web.bind.annotation.RequestMapping
;
import
org.springframework.web.bind.annotation.ResponseBody
;
import
org.springframework.web.client.RestTemplate
;
import
org.springframework.web.servlet.ModelAndView
;
import
javax.servlet.http.HttpServletResponse
;
import
javax.servlet.http.HttpSession
;
import
java.io.IOException
;
import
java.util.HashMap
;
import
java.util.List
;
...
...
@@ -37,9 +34,6 @@ public class UserCtrl {
Logger
log
=
LoggerFactory
.
getLogger
(
UserCtrl
.
class
);
@Autowired
private
RestTemplate
restTemplate
;
@Autowired
private
HttpRestClient
httpRestClient
;
@Autowired
...
...
Please
register
or
login
to post a comment