Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Administrator
/
framework-tools
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit a97f7340
authored
Jul 12, 2024
by
henry
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加架构地图控制器
1 parent
052098b5
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
framework-analysis/src/main/java/org/arch/analysis/controller/ArchMapController.java
framework-analysis/src/main/java/org/arch/analysis/controller/ArchMapController.java
View file @
a97f734
...
@@ -4,6 +4,9 @@ import org.arch.base.Result;
...
@@ -4,6 +4,9 @@ import org.arch.base.Result;
import
org.springframework.web.bind.annotation.RequestMapping
;
import
org.springframework.web.bind.annotation.RequestMapping
;
import
org.springframework.web.bind.annotation.RestController
;
import
org.springframework.web.bind.annotation.RestController
;
/**
* 架构地图控制器
*/
@RestController
@RestController
@RequestMapping
(
"/analysis"
)
@RequestMapping
(
"/analysis"
)
public
class
ArchMapController
{
public
class
ArchMapController
{
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment