Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-tool
Project
Project
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
王通通
amos-tool
Commits
1a26cbfa
Commit
1a26cbfa
authored
Jun 07, 2023
by
陈祥烨
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
25ae563e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
ApiInfoResource.java
...com/yeejoin/amos/api/tool/controller/ApiInfoResource.java
+1
-1
ApiSourceResource.java
...m/yeejoin/amos/api/tool/controller/ApiSourceResource.java
+1
-1
No files found.
src/main/java/com/yeejoin/amos/api/tool/controller/ApiInfo
Controller
.java
→
src/main/java/com/yeejoin/amos/api/tool/controller/ApiInfo
Resource
.java
View file @
1a26cbfa
...
@@ -20,7 +20,7 @@ import org.typroject.tyboot.core.foundation.enumeration.UserType;
...
@@ -20,7 +20,7 @@ import org.typroject.tyboot.core.foundation.enumeration.UserType;
@RestController
@RestController
@Api
(
tags
=
"接口管理Api"
)
@Api
(
tags
=
"接口管理Api"
)
@RequestMapping
(
value
=
"/demo/api-info"
)
@RequestMapping
(
value
=
"/demo/api-info"
)
public
class
ApiInfo
Controller
{
public
class
ApiInfo
Resource
{
@Autowired
@Autowired
ApiInfoService
apiInfoService
;
ApiInfoService
apiInfoService
;
...
...
src/main/java/com/yeejoin/amos/api/tool/controller/ApiSource
Controller
.java
→
src/main/java/com/yeejoin/amos/api/tool/controller/ApiSource
Resource
.java
View file @
1a26cbfa
...
@@ -21,7 +21,7 @@ import org.typroject.tyboot.core.foundation.enumeration.UserType;
...
@@ -21,7 +21,7 @@ import org.typroject.tyboot.core.foundation.enumeration.UserType;
@RestController
@RestController
@Api
(
tags
=
"接口来源管理Api"
)
@Api
(
tags
=
"接口来源管理Api"
)
@RequestMapping
(
value
=
"/demo/api_source"
)
@RequestMapping
(
value
=
"/demo/api_source"
)
public
class
ApiSource
Controller
{
public
class
ApiSource
Resource
{
@Autowired
@Autowired
ApiSourceService
apiSourceService
;
ApiSourceService
apiSourceService
;
...
...
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