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 106ee2ab
authored
Jul 03, 2024
by
henry
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
删除多余的配置
1 parent
350e0ec6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
4 deletions
arch-overall/src/main/java/org/arch/controller/ArchiElementController.java
logs/eadc-architecture_info.log
arch-overall/src/main/java/org/arch/controller/ArchiElementController.java
View file @
106ee2a
...
@@ -70,8 +70,4 @@ public class ArchiElementController {
...
@@ -70,8 +70,4 @@ public class ArchiElementController {
public
Result
getEleList
(
@RequestBody
ArchiElementDTO
dto
)
{
public
Result
getEleList
(
@RequestBody
ArchiElementDTO
dto
)
{
return
Result
.
success
(
archiElementService
.
gtEleList
(
dto
));
return
Result
.
success
(
archiElementService
.
gtEleList
(
dto
));
}
}
@GetMapping
(
"/getName"
)
public
String
getName
(){
return
"张三"
;
}
}
}
logs/eadc-architecture_info.log
View file @
106ee2a
This diff is collapsed.
Click to expand it.
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