| | |
| | | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| | | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
| | | <java.version>1.8</java.version> |
| | | <!-- |
| | | <druid.version>1.1.18</druid.version> |
| | | --> |
| | | <druid.version>1.2.8</druid.version> |
| | | <fastjson.version>1.2.58</fastjson.version> |
| | | <commons-io.version>2.10.0</commons-io.version> |
| | | <commons-codec.version>1.10</commons-codec.version> |
| | |
| | | <groupId>io.github.lmlx66</groupId> |
| | | <artifactId>yitter-idgenerator-spring-boot-starter</artifactId> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>com.qianwen</groupId> |
| | | <artifactId>smart-starter-tenant</artifactId> |
| | | <version>1.0.0</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>com.qianwen</groupId> |
| | | <artifactId>smart-starter-mybatis</artifactId> |
| | | <version>1.0.0</version> |
| | | </dependency> |
| | | <!-- |
| | | <dependency> |
| | | <groupId>com.qianwen</groupId> |
| | | <artifactId>smart-starter-redis</artifactId> |
| | | <version>1.0.0</version> |
| | | </dependency> |
| | | --> |
| | | |
| | | <!-- <dependency> |
| | | <groupId>org.opcfoundation</groupId> |
| | |
| | | <version>1.3.2</version> |
| | | </dependency> |
| | | |
| | | <!-- tdengine 驱动 --> |
| | | <!-- xxl-job --> |
| | | <dependency> |
| | | <groupId>com.taosdata.jdbc</groupId> |
| | | <artifactId>taos-jdbcdriver</artifactId> |
| | | <version>${tdengine.version}</version> |
| | | <groupId>com.xuxueli</groupId> |
| | | <artifactId>xxl-job-core</artifactId> |
| | | <version>2.1.2</version> |
| | | </dependency> |
| | | |
| | | |
| | | </dependencies> |
| | | |
| | | <build> |
| | | <finalName>collect-api</finalName> |
| | | <plugins> |
| | | <plugin> |
| | | <groupId>org.springframework.boot</groupId> |
| | |
| | | <mainClass>com.qianwen.mdc.collect.MdcTansApplication</mainClass> |
| | | <layout>ZIP</layout> |
| | | <includes> |
| | | <!-- 打包时包含核心模块依赖包,需手动指定 --> |
| | | <include> |
| | | <groupId>nothing</groupId> |
| | | <artifactId>nothing</artifactId> |
| | | </include> |
| | | <!-- |
| | | <include> |
| | | <groupId>com.xxx</groupId> |
| | | <artifactId>common</artifactId> |
| | | </include> |
| | | --> |
| | | |
| | | </includes> |
| | | </configuration> |
| | | </plugin> |