| | |
| | | <version>${spring.boot.version}</version> |
| | | </dependency> |
| | | |
| | | <!-- kafka --> |
| | | <dependency> |
| | | <groupId>org.springframework.kafka</groupId> |
| | | <artifactId>spring-kafka</artifactId> |
| | | <version>2.2.0.RELEASE</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>net.sourceforge.nekohtml</groupId> |
| | | <artifactId>nekohtml</artifactId> |
| | |
| | | <!-- <artifactId>druid-spring-boot-starter</artifactId> --> |
| | | <!-- <version>${druid.version}</version> --> |
| | | <!-- </dependency> --> |
| | | |
| | | |
| | | <!-- 引入IO包 --> |
| | | <dependency> |
| | | <groupId>com.ld.base.io</groupId> |
| | | <artifactId>base-io-netty</artifactId> |
| | | <version>1.0.0-SNAPSHOT</version> |
| | | </dependency> |
| | | |
| | | |
| | | <!-- mysql连接 --> |
| | |
| | | <systemPath>${project.basedir}/src/main/resources/lib/dorado-skin-sky-2.0.2.jar</systemPath> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>com.sun.jna</groupId> |
| | | <artifactId>examples</artifactId> |
| | | <version>3.0.9</version> |
| | | <scope>system</scope> |
| | | <systemPath>${project.basedir}/src/main/resources/lib/examples.jar</systemPath> |
| | | </dependency> |
| | | |
| | | |
| | | <dependency> |
| | | <groupId>com.sun.jna</groupId> |
| | | <artifactId>jna</artifactId> |
| | | <version>3.0.9</version> |
| | | <scope>system</scope> |
| | | <systemPath>${project.basedir}/src/main/resources/lib/jna.jar</systemPath> |
| | | </dependency> |
| | | |
| | | <!-- <dependency>--> |
| | | <!-- <groupId>com.sun.jna</groupId>--> |
| | | <!-- <artifactId>jna</artifactId>--> |
| | | <!-- <version>3.0.9</version>--> |
| | | <!-- </dependency>--> |
| | | |
| | | |
| | | |
| | | |
| | | <!-- 集成httpclient --> |
| | | <dependency> |
| | | <groupId>org.apache.httpcomponents</groupId> |