diff --git a/pom.xml b/pom.xml index d369654..5092f8d 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ org.springframework.boot spring-boot-starter-parent - 1.5.4.RELEASE + 1.5.7.RELEASE @@ -43,12 +43,12 @@ org.apache.commons commons-lang3 - 3.5 + 3.6 com.google.guava guava - 22.0 + 23.0 @@ -65,12 +65,12 @@ org.mybatis mybatis - 3.4.4 + 3.4.5 tk.mybatis mapper - 3.4.0 + 3.4.2 com.github.pagehelper @@ -81,13 +81,13 @@ com.alibaba fastjson - 1.2.22 + 1.2.39 com.alibaba druid-spring-boot-starter - 1.1.2 + 1.1.4 diff --git a/src/main/resources/application-pro.properties b/src/main/resources/application-prod.properties similarity index 100% rename from src/main/resources/application-pro.properties rename to src/main/resources/application-prod.properties