Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qa-platform
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
QA
qa-platform
Commits
356b06b2
Commit
356b06b2
authored
Dec 23, 2020
by
黎博
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
解决跨域
parent
5f6ea24d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
7 deletions
+2
-7
QueryVccController.java
.../java/cn/qg/qaplatform/controller/QueryVccController.java
+2
-7
No files found.
src/main/java/cn/qg/qaplatform/controller/QueryVccController.java
View file @
356b06b2
package
cn
.
qg
.
qaplatform
.
controller
;
package
cn
.
qg
.
qaplatform
.
controller
;
import
cn.qg.qaplatform.common.JsonResult
;
import
cn.qg.qaplatform.common.JsonResult
;
import
cn.qg.qaplatform.domain.QueryVccUser
;
import
cn.qg.qaplatform.service.VccDataService
;
import
cn.qg.qaplatform.service.VccDataService
;
import
cn.qg.qaplatform.utils.page.PageResult
;
import
cn.qg.qaplatform.utils.page.PageResult
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.web.bind.annotation.GetMapping
;
import
org.springframework.web.bind.annotation.*
;
import
org.springframework.web.bind.annotation.RequestMapping
;
import
org.springframework.web.bind.annotation.RequestParam
;
import
org.springframework.web.bind.annotation.RestController
;
import
java.util.List
;
@CrossOrigin
@RestController
@RestController
@RequestMapping
(
"/vcc"
)
@RequestMapping
(
"/vcc"
)
public
class
QueryVccController
{
public
class
QueryVccController
{
...
...
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