diff --git a/regional-etl/pom.xml b/regional-etl/pom.xml new file mode 100644 index 0000000..b879b86 --- /dev/null +++ b/regional-etl/pom.xml @@ -0,0 +1,68 @@ + + 4.0.0 + + org.springframework.boot + spring-boot-starter-parent + 1.5.3.RELEASE + + + com.lyms.etl + regional-etl + + + UTF-8 + UTF-8 + 1.8 + + + + + org.springframework.boot + spring-boot-starter-web + + + + org.mybatis.spring.boot + mybatis-spring-boot-starter + 1.2.0 + + + + org.springframework.boot + spring-boot-starter-data-mongodb + 1.5.2.RELEASE + + + + org.springframework.boot + spring-boot-starter-test + test + + + + mysql + mysql-connector-java + + + + com.alibaba + druid + 1.0.28 + + + + org.springframework.boot + spring-boot-devtools + true + + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + + \ No newline at end of file