Commit fe3a325f by giaogiao

完成项目结构修改

parent c65093b5
......@@ -34,7 +34,7 @@ import java.io.IOException;
* @date 2019-10-09
**/
@Slf4j
@Api(value = "Hello World", tags = {"Hello World"})
@Api(value = "Hello World2", tags = {"Hello World2"})
@RestController
@RequestMapping("/app/hello")
public class AppHelloWorldController {
......
......@@ -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>
......
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment