Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fangyeqing
/
xkl-demo
·
Commits
Go to a project
GitLab
Go to dashboard
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
fangyeqing
8 years ago
Commit
dce5e6c3ae9a7f657141fb8b96ac451de863176b
1 parent
5b59467c
MOD:
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/xkl/controller/TokenController.java
src/main/java/com/xkl/controller/TokenController.java
View file @
dce5e6c
...
...
@@ -24,7 +24,7 @@ import org.springframework.web.bind.annotation.RestController;
* 获取和删除token的请求地址,在Restful设计中其实就对应着登录和退出登录的资源映射
*/
@RestController
@RequestMapping
(
"/
logi
n"
)
@RequestMapping
(
"/
toke
n"
)
public
class
TokenController
{
@Autowired
...
...
Please
register
or
login
to post a comment