Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wwwanlingxiao
mall
Commits
f967d797
Commit
f967d797
authored
Sep 22, 2022
by
macro
Browse files
Update UmsAdminController.java
parent
86887df7
Changes
1
Hide whitespace changes
Inline
Side-by-side
mall-admin/src/main/java/com/macro/mall/controller/UmsAdminController.java
View file @
f967d797
...
@@ -12,6 +12,7 @@ import com.macro.mall.service.UmsAdminService;
...
@@ -12,6 +12,7 @@ import com.macro.mall.service.UmsAdminService;
import
com.macro.mall.service.UmsRoleService
;
import
com.macro.mall.service.UmsRoleService
;
import
io.swagger.annotations.Api
;
import
io.swagger.annotations.Api
;
import
io.swagger.annotations.ApiOperation
;
import
io.swagger.annotations.ApiOperation
;
import
io.swagger.v3.oas.annotations.tags.Tag
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.beans.factory.annotation.Value
;
import
org.springframework.beans.factory.annotation.Value
;
import
org.springframework.stereotype.Controller
;
import
org.springframework.stereotype.Controller
;
...
@@ -30,7 +31,8 @@ import java.util.stream.Collectors;
...
@@ -30,7 +31,8 @@ import java.util.stream.Collectors;
* Created by macro on 2018/4/26.
* Created by macro on 2018/4/26.
*/
*/
@Controller
@Controller
@Api
(
tags
=
"UmsAdminController"
,
description
=
"后台用户管理"
)
@Api
(
tags
=
"UmsAdminController"
)
@Tag
(
name
=
"UmsAdminController"
,
description
=
"后台用户管理"
)
@RequestMapping
(
"/admin"
)
@RequestMapping
(
"/admin"
)
public
class
UmsAdminController
{
public
class
UmsAdminController
{
@Value
(
"${jwt.tokenHeader}"
)
@Value
(
"${jwt.tokenHeader}"
)
...
...
Write
Preview
Supports
Markdown
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