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 + + + + +