diff --git a/spring-boot-demo-properties/README.md b/spring-boot-demo-properties/README.md index de886ba3b..1ab4d1323 100644 --- a/spring-boot-demo-properties/README.md +++ b/spring-boot-demo-properties/README.md @@ -10,39 +10,39 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - com.xkcoding - spring-boot-demo-template-beetl + spring-boot-demo-properties 0.0.1-SNAPSHOT jar - spring-boot-demo-template-beetl + spring-boot-demo-properties Demo project for Spring Boot - org.springframework.boot - spring-boot-starter-parent - 2.0.5.RELEASE - + com.xkcoding + spring-boot-demo + 0.0.1-SNAPSHOT UTF-8 UTF-8 1.8 - 1.1.63.RELEASE - 4.1.17 - com.ibeetl - beetl-framework-starter - ${ibeetl.version} + org.springframework.boot + spring-boot-starter-web + org.springframework.boot - spring-boot-starter-web + spring-boot-configuration-processor + true @@ -60,12 +60,11 @@ cn.hutool hutool-all - ${hutool.version} - spring-boot-demo-template-beetl + spring-boot-demo-properties org.springframework.boot diff --git a/spring-boot-demo-properties/pom.xml b/spring-boot-demo-properties/pom.xml index af2972e08..82d1ddf2b 100644 --- a/spring-boot-demo-properties/pom.xml +++ b/spring-boot-demo-properties/pom.xml @@ -3,7 +3,6 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - com.xkcoding spring-boot-demo-properties 0.0.1-SNAPSHOT jar @@ -12,17 +11,15 @@ Demo project for Spring Boot - org.springframework.boot - spring-boot-starter-parent - 2.0.5.RELEASE - + com.xkcoding + spring-boot-demo + 0.0.1-SNAPSHOT UTF-8 UTF-8 1.8 - 4.1.17 @@ -50,12 +47,12 @@ org.projectlombok lombok + true cn.hutool hutool-all - ${hutool.version}