From 194dbd3c63ee85bab6eefa09433ade66ab57951f Mon Sep 17 00:00:00 2001 From: qq18281714982 Date: Sun, 12 May 2019 08:00:45 +0800 Subject: [PATCH] =?UTF-8?q?:art:=200.0.3=20=E6=8F=8F=E8=BF=B0=EF=BC=9A?= =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=A8=A1=E5=9D=97=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- hope-flyway/pom.xml | 24 +++++++++++++++++++++--- pom.xml | 6 ------ 3 files changed, 22 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 13199231..740fafb7 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ ------------------------------ -🇨🇳简体中文 | 🇺🇸[English](./README-EN.md) | [更新日志](https://github.com/hope-for/hope-boot/commits/master) | 当前版本:label:[0.0.2](https://github.com/hope-for/hope-boot) +🇨🇳简体中文 | 🇺🇸[English](./README-EN.md) | [更新日志](https://github.com/hope-for/hope-boot/commits/master) | 当前版本:label:[0.0.3](https://github.com/hope-for/hope-boot) # 模块划分 diff --git a/hope-flyway/pom.xml b/hope-flyway/pom.xml index 9d330d3d..c169cd86 100644 --- a/hope-flyway/pom.xml +++ b/hope-flyway/pom.xml @@ -14,26 +14,44 @@ - com.hope - hope-boot - 0.0.1-SNAPSHOT + org.springframework.boot + spring-boot-starter-parent + 2.0.5.RELEASE + + + UTF-8 + UTF-8 + 1.8 + + org.mybatis.spring.boot mybatis-spring-boot-starter 1.3.2 + + org.springframework.boot + spring-boot-starter-web + org.flywaydb flyway-core + mysql mysql-connector-java runtime + + org.springframework.boot + spring-boot-starter-test + test + + diff --git a/pom.xml b/pom.xml index 939301a0..346cf761 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,6 @@ hope-framework hope-sso-server hope-generator - hope-flyway pom @@ -92,11 +91,6 @@ hope-generator 0.0.1-SNAPSHOT - - com.hope - hope-flyway - 0.0.1-SNAPSHOT -