From 6d0cec8bcb5a0d413c6631fef0fdf87d9d5b3323 Mon Sep 17 00:00:00 2001 From: "1647705162@qq.com" <1647705162@qq.com> Date: Tue, 18 Aug 2020 22:00:57 +0800 Subject: [PATCH] pom.xml --- pom.xml | 221 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 221 insertions(+) create mode 100644 pom.xml diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..56a8ab7 --- /dev/null +++ b/pom.xml @@ -0,0 +1,221 @@ + + 4.0.0 + com.yuxue + yx-image-recognition + 1.0.0 + 图像识别技术 车牌识别、训练等 + + + 1.8 + 3.1.1 + + UTF-8 + UTF-8 + + + + org.springframework.boot + spring-boot-starter-parent + 2.1.5.RELEASE + + + + + + + org.springframework.boot + spring-boot-starter-aop + + + + + org.springframework.boot + spring-boot-starter-web + + + + org.apache.velocity + velocity-engine-core + 2.0 + + + + + org.springframework.boot + spring-boot-starter-thymeleaf + + + + org.springframework.boot + spring-boot-configuration-processor + true + + + + + org.springframework.boot + spring-boot-starter-test + test + + + + + org.mybatis.spring.boot + mybatis-spring-boot-starter + 1.3.2 + + + + org.projectlombok + lombok + + + + + org.xerial + sqlite-jdbc + + + + + com.alibaba + druid-spring-boot-starter + 1.1.10 + + + + + com.github.pagehelper + pagehelper + 5.1.3 + + + + + com.alibaba + fastjson + 1.2.7 + + + + + + + + + + io.springfox + springfox-swagger2 + 2.4.0 + + + io.springfox + springfox-swagger-ui + 2.4.0 + + + + commons-codec + commons-codec + + + + + + net.sourceforge.tess4j + tess4j + 4.3.1 + + + + + + org.bytedeco.javacpp-presets + opencv + 4.0.1-1.4.4 + + + + + + + org.bytedeco.javacpp-presets + opencv + 4.0.1-1.4.4 + + + + + + + + + + + + + + + + org.springframework.boot + spring-boot-maven-plugin + + com.yuxue.Application + ZIP + + + + + repackage + + + + + + + + + src/main/resources + + **/*.yml + + true + + + src/main/resources + + **/*.* + + false + + + src/main/webapp + + **/** + + + + + + + \ No newline at end of file