|
@@ -7,8 +7,9 @@
|
|
|
<module>user-service</module>
|
|
<module>user-service</module>
|
|
|
<module>order-service</module>
|
|
<module>order-service</module>
|
|
|
<module>goods-service</module>
|
|
<module>goods-service</module>
|
|
|
- <module>common-module</module>
|
|
|
|
|
|
|
+ <module>base-module</module>
|
|
|
<module>graphql-api</module>
|
|
<module>graphql-api</module>
|
|
|
|
|
+ <module>common-module</module>
|
|
|
</modules>
|
|
</modules>
|
|
|
<groupId>com.remy</groupId>
|
|
<groupId>com.remy</groupId>
|
|
|
<artifactId>graphql-demo</artifactId>
|
|
<artifactId>graphql-demo</artifactId>
|
|
@@ -26,11 +27,6 @@
|
|
|
</properties>
|
|
</properties>
|
|
|
|
|
|
|
|
<dependencies>
|
|
<dependencies>
|
|
|
-
|
|
|
|
|
- <dependency>
|
|
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
|
|
- <artifactId>spring-boot-starter-freemarker</artifactId>
|
|
|
|
|
- </dependency>
|
|
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>org.projectlombok</groupId>
|
|
<groupId>org.projectlombok</groupId>
|
|
|
<artifactId>lombok</artifactId>
|
|
<artifactId>lombok</artifactId>
|
|
@@ -51,6 +47,11 @@
|
|
|
|
|
|
|
|
<dependencyManagement>
|
|
<dependencyManagement>
|
|
|
<dependencies>
|
|
<dependencies>
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>com.remy</groupId>
|
|
|
|
|
+ <artifactId>base-module</artifactId>
|
|
|
|
|
+ <version>0.0.1-SNAPSHOT</version>
|
|
|
|
|
+ </dependency>
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>com.remy</groupId>
|
|
<groupId>com.remy</groupId>
|
|
|
<artifactId>common-module</artifactId>
|
|
<artifactId>common-module</artifactId>
|