| | |
| | | <tobato.version>1.27.2</tobato.version> |
| | | <kaptcha.version>2.3.3</kaptcha.version> |
| | | <pagehelper.boot.version>2.0.0</pagehelper.boot.version> |
| | | <druid.version>1.2.23</druid.version> |
| | | <druid.version>1.2.25</druid.version> |
| | | <dynamic-ds.version>4.3.1</dynamic-ds.version> |
| | | <commons.io.version>2.19.0</commons.io.version> |
| | | <velocity.version>2.3</velocity.version> |
| | |
| | | <version>${tomcat.version}</version> |
| | | </dependency> |
| | | |
| | | <!-- pagehelper 分页插件 --> |
| | | <dependency> |
| | | <groupId>com.github.pagehelper</groupId> |
| | | <artifactId>pagehelper-spring-boot-starter</artifactId> |
| | | <version>${pagehelper.boot.version}</version> |
| | | </dependency> |
| | | |
| | | <!-- io常用工具类 --> |
| | | <dependency> |
| | | <groupId>commons-io</groupId> |
| | | <artifactId>commons-io</artifactId> |
| | | <version>${commons.io.version}</version> |
| | | </dependency> |
| | | |
| | | <!-- excel工具 --> |
| | | <dependency> |
| | | <groupId>org.apache.poi</groupId> |
| | | <artifactId>poi-ooxml</artifactId> |
| | | <version>${poi.version}</version> |
| | | </dependency> |
| | | |
| | | <!-- 代码生成使用模板 --> |
| | | <dependency> |
| | | <groupId>org.apache.velocity</groupId> |
| | | <artifactId>velocity-engine-core</artifactId> |
| | | <version>${velocity.version}</version> |
| | | </dependency> |
| | | |
| | | <!-- JSON 解析器和生成器 --> |
| | |
| | | <module>se-common</module> |
| | | <module>se-gateway</module> |
| | | <module>se-system</module> |
| | | <module>se-collect</module> |
| | | <module>se-discover</module> |
| | | <module>se-publish</module> |
| | | </modules> |
| | | <packaging>pom</packaging> |
| | | |