Commit fe3a325f by giaogiao

完成项目结构修改

parent c65093b5
...@@ -34,7 +34,7 @@ import java.io.IOException; ...@@ -34,7 +34,7 @@ import java.io.IOException;
* @date 2019-10-09 * @date 2019-10-09
**/ **/
@Slf4j @Slf4j
@Api(value = "Hello World", tags = {"Hello World"}) @Api(value = "Hello World2", tags = {"Hello World2"})
@RestController @RestController
@RequestMapping("/app/hello") @RequestMapping("/app/hello")
public class AppHelloWorldController { public class AppHelloWorldController {
......
...@@ -41,11 +41,15 @@ ...@@ -41,11 +41,15 @@
</dependency> </dependency>
<dependency> <dependency>
<groupId>io.geekidea.springbootplus</groupId> <groupId>io.geekidea.springbootplus</groupId>
<artifactId>example</artifactId> <artifactId>api-merchant</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>io.geekidea.springbootplus</groupId> <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>
<dependency> <dependency>
<groupId>io.geekidea.springbootplus</groupId> <groupId>io.geekidea.springbootplus</groupId>
......
...@@ -26,8 +26,8 @@ ...@@ -26,8 +26,8 @@
<version>2.0</version> <version>2.0</version>
</parent> </parent>
<artifactId>server</artifactId> <artifactId>common</artifactId>
<name>server</name> <name>common</name>
<description>api服务模块</description> <description>api服务模块</description>
<dependencies> <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