Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
SiEn
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hewei
SiEn
Commits
fe3a325f
Commit
fe3a325f
authored
Sep 18, 2020
by
giaogiao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
完成项目结构修改
parent
c65093b5
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
5 deletions
+9
-5
api-app/src/main/java/io/geekidea/springbootplus/app/controller/AppHelloWorldController.java
+1
-1
bootstrap/pom.xml
+6
-2
common/pom.xml
+2
-2
No files found.
api-app/src/main/java/io/geekidea/springbootplus/app/controller/AppHelloWorldController.java
View file @
fe3a325f
...
...
@@ -34,7 +34,7 @@ import java.io.IOException;
* @date 2019-10-09
**/
@Slf4j
@Api
(
value
=
"Hello World
"
,
tags
=
{
"Hello World
"
})
@Api
(
value
=
"Hello World
2"
,
tags
=
{
"Hello World2
"
})
@RestController
@RequestMapping
(
"/app/hello"
)
public
class
AppHelloWorldController
{
...
...
bootstrap/pom.xml
View file @
fe3a325f
...
...
@@ -41,11 +41,15 @@
</dependency>
<dependency>
<groupId>
io.geekidea.springbootplus
</groupId>
<artifactId>
example
</artifactId>
<artifactId>
api-merchant
</artifactId>
</dependency>
<dependency>
<groupId>
io.geekidea.springbootplus
</groupId>
<artifactId>
server
</artifactId>
<artifactId>
api-app
</artifactId>
</dependency>
<dependency>
<groupId>
io.geekidea.springbootplus
</groupId>
<artifactId>
api-system
</artifactId>
</dependency>
<dependency>
<groupId>
io.geekidea.springbootplus
</groupId>
...
...
common/pom.xml
View file @
fe3a325f
...
...
@@ -26,8 +26,8 @@
<version>
2.0
</version>
</parent>
<artifactId>
server
</artifactId>
<name>
server
</name>
<artifactId>
common
</artifactId>
<name>
common
</name>
<description>
api服务模块
</description>
<dependencies>
...
...
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