From a083339d148411660c4cb077375c675ce3229952 Mon Sep 17 00:00:00 2001 From: cuibaocheng Date: Thu, 23 Dec 2021 10:37:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E6=95=B4=E5=90=88(=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=20-=20etl=E4=B8=AD=E9=97=B4=E4=BB=B6)=20=E6=95=B4?= =?UTF-8?q?=E5=90=88=E8=A1=A8=E5=8D=95=E7=AE=A1=E7=90=86=20/=20=E6=95=B4?= =?UTF-8?q?=E5=90=88=E8=AE=B0=E5=BD=95=20=E6=95=B0=E6=8D=AE=E5=90=8C?= =?UTF-8?q?=E6=AD=A5(etl=20-=20=E5=A4=A7=E6=95=B0=E6=8D=AE=E5=B1=80)=20?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E6=BA=90=E7=AE=A1=E7=90=86=20/=20=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E8=A1=A8=E7=AE=A1=E7=90=86(=E5=BE=85=E5=86=99)=20/=20?= =?UTF-8?q?=E5=90=8C=E6=AD=A5=E6=96=B9=E5=BC=8F=E9=85=8D=E7=BD=AE(?= =?UTF-8?q?=E5=BE=85=E5=86=99)=20/=20=E5=90=8C=E6=AD=A5=E8=AE=B0=E5=BD=95(?= =?UTF-8?q?=E5=BE=85=E5=86=99)=20=E6=95=B0=E6=8D=AE=E6=9F=A5=E8=AF=A2=20?= =?UTF-8?q?=E9=A2=84=E8=AE=BESQL=E6=9F=A5=E8=AF=A2=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 171 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 171 insertions(+) create mode 100644 pom.xml diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..f136ae6 --- /dev/null +++ b/pom.xml @@ -0,0 +1,171 @@ + + + 4.0.0 + + org.springframework.boot + spring-boot-starter-parent + 2.5.4 + + + cn.com.tenlion + system_etl + 0.0.1-SNAPSHOT + system_etl + Demo project for Spring Boot + + 1.8 + 2.1.4 + 8.0.22 + 1.1.9 + + + + org.springframework.boot + spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-thymeleaf + + + org.springframework.boot + spring-boot-starter-freemarker + + + mysql + mysql-connector-java + ${mysql.version} + runtime + + + org.springframework.boot + spring-boot-starter-test + test + + + org.mybatis.spring.boot + mybatis-spring-boot-starter + ${spring-mybatis.version} + + + com.alibaba + druid-spring-boot-starter + ${druid.version} + + + junit + junit + test + + + + + + + + ink.wgink + basic-app + 1.0-SNAPSHOT + + + ink.wgink + module-activiti + 1.0-SNAPSHOT + + + ink.wgink + module-file + 1.0-SNAPSHOT + + + ink.wgink + login-oauth2-client + 1.0-SNAPSHOT + + + + ink.wgink + module-dictionary + 1.0-SNAPSHOT + + + + ink.wgink + mongo-module-dictionary + 1.0-SNAPSHOT + + + + + org.springframework.boot + spring-boot-starter-data-mongodb + + + + + + org.springframework.boot + spring-boot-starter-data-redis + + + + + com.google.code.gson + gson + 2.8.5 + + + + + org.springframework.session + spring-session-data-redis + + + org.springframework.kafka + spring-kafka + + + + module-freemarker + cn.com.tenlion + 1.0-SNAPSHOT + + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + + +