| | |
| | | <optional>true</optional> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <!--<dependency> |
| | | <groupId>com.baomidou</groupId> |
| | | <artifactId>dynamic-datasource-spring-boot-starter</artifactId> |
| | | <version>4.3.0</version> |
| | |
| | | <dependency> |
| | | <groupId>org.xerial</groupId> |
| | | <artifactId>sqlite-jdbc</artifactId> |
| | | </dependency>--> |
| | | <!--添加aop--> |
| | | <dependency> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-starter-aop</artifactId> |
| | | </dependency> |
| | | <!--highgo数据库连接池 安全版V4.5版本及企业版V6兼容--> |
| | | <dependency> |
| | |
| | | <artifactId>HgdbJdbc</artifactId> |
| | | <version>6.2.3</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>mysql</groupId> |
| | | <artifactId>mysql-connector-java</artifactId> |
| | | <version>8.0.11</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.google.code.gson</groupId> |
| | | <artifactId>gson</artifactId> |
| | |
| | | <artifactId>commons-lang3</artifactId> |
| | | <version>3.4</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.apache.poi</groupId> |
| | | <artifactId>poi-ooxml</artifactId> |
| | | <version>4.1.2</version> |
| | | </dependency> |
| | | <!--外部引入-人脸识别sdk--> |
| | | <dependency> |
| | | <groupId>org.apache.tomcat.embed</groupId> |
| | |
| | | <systemPath>${pom.basedir}/src/main/resources/lib/tomcat-embed-core-9.0.30.jar</systemPath> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.whyc.hik</groupId> |
| | | <artifactId>jna</artifactId> |
| | | <version>0.0.0</version> |
| | | <scope>system</scope> |
| | | <systemPath>${pom.basedir}/src/main/resources/lib/hik/jna.jar</systemPath> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.whyc.hik</groupId> |
| | | <artifactId>examples</artifactId> |
| | | <version>0.0.0</version> |
| | | <scope>system</scope> |
| | | <systemPath>${pom.basedir}/src/main/resources/lib/hik/examples.jar</systemPath> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.projectlombok</groupId> |
| | | <artifactId>lombok</artifactId> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-starter-logging</artifactId> |
| | | <exclusions> |
| | | <exclusion> |
| | | <!--排除log4j依赖--> |
| | | <groupId>org.apache.logging.log4j</groupId> |
| | | <artifactId>log4j-to-slf4j</artifactId> |
| | | </exclusion> |
| | | </exclusions> |
| | | </dependency> |
| | | |
| | | </dependencies> |
| | | |