| | |
| | | <module>dmvisit_service</module> |
| | | <module>dmvisit_web</module> |
| | | <module>openapi</module> |
| | | <module>admin_timer</module> |
| | | </modules> |
| | | |
| | | |
| | | <parent> |
| | | <groupId>org.springframework.boot</groupId> |
| | |
| | | <artifactId>pinyin4j</artifactId> |
| | | <version>2.5.1</version> |
| | | </dependency> |
| | | <!-- WeChat 小程序 --> |
| | | <dependency> |
| | | <groupId>com.github.binarywang</groupId> |
| | | <artifactId>weixin-java-miniapp</artifactId> |
| | | <version>${weixin-java-miniapp.version}</version> |
| | | </dependency> |
| | | <!-- WeChat 支付 --> |
| | | <dependency> |
| | | <groupId>com.github.binarywang</groupId> |
| | | <artifactId>weixin-java-pay</artifactId> |
| | | <version>${weixin-java-pay.version}</version> |
| | | </dependency> |
| | | <!-- <!– WeChat 小程序 –>--> |
| | | <!-- <dependency>--> |
| | | <!-- <groupId>com.github.binarywang</groupId>--> |
| | | <!-- <artifactId>weixin-java-miniapp</artifactId>--> |
| | | <!-- <version>${weixin-java-miniapp.version}</version>--> |
| | | <!-- </dependency>--> |
| | | <!-- <!– WeChat 支付 –>--> |
| | | <!-- <dependency>--> |
| | | <!-- <groupId>com.github.binarywang</groupId>--> |
| | | <!-- <artifactId>weixin-java-pay</artifactId>--> |
| | | <!-- <version>${weixin-java-pay.version}</version>--> |
| | | <!-- </dependency>--> |
| | | |
| | | <!-- 阿里云OSS--> |
| | | <dependency> |
| | |
| | | <artifactId>javase</artifactId> |
| | | <version>3.3.0</version> |
| | | </dependency> |
| | | <!-- 海康系统 --> |
| | | <dependency> |
| | | <groupId>com.hikvision.ga</groupId> |
| | | <artifactId>artemis-http-client</artifactId> |
| | | <version>1.1.3</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>commons-net</groupId> |
| | | <artifactId>commons-net</artifactId> |
| | |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-starter-data-redis</artifactId> |
| | | </dependency> |
| | | |
| | | <!-- WxJava公众号 --> |
| | | <dependency> |
| | | <groupId>com.github.binarywang</groupId> |
| | | <artifactId>weixin-java-mp</artifactId> |
| | | <version>3.6.0</version> |
| | | </dependency> |
| | | |
| | | </dependencies> |
| | | <build> |
| | | <plugins> |