#add public-service-module
This commit is contained in:
@@ -1,4 +0,0 @@
|
|||||||
存放消息消费者
|
|
||||||
```
|
|
||||||
\-- *Consumer.java
|
|
||||||
```
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
存放DTOConverter
|
|
||||||
```
|
|
||||||
\-- *Converter.java
|
|
||||||
```
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
存放DTO
|
|
||||||
```
|
|
||||||
\-- *DTO.java
|
|
||||||
```
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
存放工具类
|
|
||||||
```
|
|
||||||
\-- *Util.java
|
|
||||||
```
|
|
||||||
@@ -17,7 +17,6 @@
|
|||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<modules>
|
<modules>
|
||||||
<module>mq</module>
|
|
||||||
<module>web</module>
|
<module>web</module>
|
||||||
</modules>
|
</modules>
|
||||||
</project>
|
</project>
|
||||||
@@ -4,12 +4,9 @@
|
|||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>{{ .groupId }}</groupId>
|
<groupId>{{ .groupId }}</groupId>
|
||||||
<artifactId>{{ .artifactId }}-entrance</artifactId>
|
<artifactId>{{ .artifactId }}</artifactId>
|
||||||
<version>${revision}</version>
|
<version>${revision}</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
<groupId>{{ .groupId }}</groupId>
|
||||||
<artifactId>{{ .artifactId }}-entrance-mq</artifactId>
|
<artifactId>{{ .artifactId }}-public-service</artifactId>
|
||||||
|
|
||||||
<dependencies>
|
|
||||||
</dependencies>
|
|
||||||
</project>
|
</project>
|
||||||
Reference in New Issue
Block a user