You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<parent>
|
|
|
|
<groupId>com.cuit.basin</groupId>
|
|
|
|
<artifactId>basin-dependencies</artifactId>
|
|
|
|
<version>0.0.1-SNAPSHOT</version>
|
|
|
|
<relativePath/> <!-- lookup parent from repository -->
|
|
|
|
</parent>
|
|
|
|
|
|
|
|
<artifactId>basin-framework</artifactId>
|
|
|
|
<version>0.0.1-SNAPSHOT</version>
|
|
|
|
<name>basin-framework</name>
|
|
|
|
<description>
|
|
|
|
该包是技术组件,每个子包,代表一个组件。每个组件包括两部分:
|
|
|
|
1. core 包:是该组件的核心封装
|
|
|
|
2. config 包:是该组件基于 Spring 的配置
|
|
|
|
技术组件,也分成两类:
|
|
|
|
1. 框架组件:和我们熟悉的 MyBatis、Redis 等等的拓展
|
|
|
|
2. 业务组件:和业务相关的组件的封装,例如说数据字典、操作日志等等。
|
|
|
|
</description>
|
|
|
|
|
|
|
|
<packaging>pom</packaging>
|
|
|
|
|
|
|
|
<modules>
|
|
|
|
<module>basin-framework-kafka</module>
|
|
|
|
<module>basin-framework-common</module>
|
|
|
|
<module>basin-framework-log</module>
|
|
|
|
<module>basin-framework-mybatis</module>
|
|
|
|
<module>basin-framework-websocket</module>
|
|
|
|
<module>basin-framework-redismq</module>
|
|
|
|
</modules>
|
|
|
|
|
|
|
|
|
|
|
|
</project>
|