1、结构调整
2、抽象工厂优化
This commit is contained in:
@@ -4,30 +4,30 @@
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<artifactId>msgpush</artifactId>
|
||||
<groupId>com.njcn</groupId>
|
||||
<artifactId>cn-msgpush</artifactId>
|
||||
<version>${revision}</version>
|
||||
</parent>
|
||||
<packaging>pom</packaging>
|
||||
<modules>
|
||||
<!--通用功能-->
|
||||
<module>msgpush-common</module>
|
||||
<module>msgpush-spring-boot-starter-env</module>
|
||||
<module>msgpush-spring-boot-starter-mybatis</module>
|
||||
<module>msgpush-spring-boot-starter-redis</module>
|
||||
<module>msgpush-spring-boot-starter-web</module>
|
||||
<module>msgpush-spring-boot-starter-rpc</module>
|
||||
<module>msgpush-spring-boot-starter-biz-ip</module>
|
||||
<module>msgpush-spring-boot-starter-test</module>
|
||||
<module>msgpush-spring-boot-starter-excel</module>
|
||||
<module>msgpush-spring-boot-starter-mybatis</module>
|
||||
<module>msgpush-spring-boot-starter-protection</module>
|
||||
<module>msgpush-spring-boot-starter-redis</module>
|
||||
<module>msgpush-spring-boot-starter-security</module>
|
||||
<module>msgpush-spring-boot-starter-websocket</module>
|
||||
<module>msgpush-spring-boot-starter-protection</module>
|
||||
<module>msgpush-spring-boot-starter-mq</module>
|
||||
<module>msgpush-spring-boot-starter-rpc</module>
|
||||
<module>msgpush-spring-boot-starter-excel</module>
|
||||
<module>msgpush-spring-boot-starter-test</module>
|
||||
<module>msgpush-spring-boot-starter-biz-ip</module>
|
||||
</modules>
|
||||
|
||||
<artifactId>msgpush-framework</artifactId>
|
||||
<description>
|
||||
该包是技术组件,每个子包,代表一个组件。每个组件包括两部分:
|
||||
RDMS 框架功能模块,每一个子模块都代表一个功能组件。每个组件包括两部分:
|
||||
1. core 包:是该组件的核心封装
|
||||
2. config 包:是该组件基于 Spring 的配置
|
||||
|
||||
@@ -36,6 +36,10 @@
|
||||
2. 业务组件:和业务相关的组件的封装,例如说数据字典、操作日志等等。
|
||||
如果是业务组件,Maven 名字会包含 biz
|
||||
</description>
|
||||
|
||||
<properties>
|
||||
<maven.compiler.source>17</maven.compiler.source>
|
||||
<maven.compiler.target>17</maven.compiler.target>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
</properties>
|
||||
|
||||
</project>
|
||||
|
||||
Reference in New Issue
Block a user