#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>
|
||||
</dependencies>
|
||||
<modules>
|
||||
<module>mq</module>
|
||||
<module>web</module>
|
||||
</modules>
|
||||
</project>
|
||||
@@ -4,12 +4,9 @@
|
||||
|
||||
<parent>
|
||||
<groupId>{{ .groupId }}</groupId>
|
||||
<artifactId>{{ .artifactId }}-entrance</artifactId>
|
||||
<artifactId>{{ .artifactId }}</artifactId>
|
||||
<version>${revision}</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>{{ .artifactId }}-entrance-mq</artifactId>
|
||||
|
||||
<dependencies>
|
||||
</dependencies>
|
||||
<groupId>{{ .groupId }}</groupId>
|
||||
<artifactId>{{ .artifactId }}-public-service</artifactId>
|
||||
</project>
|
||||
Reference in New Issue
Block a user