diff --git a/spring-boot-demo-log-aop/README.md b/spring-boot-demo-log-aop/README.md index 66ba4e841..bae71c483 100644 --- a/spring-boot-demo-log-aop/README.md +++ b/spring-boot-demo-log-aop/README.md @@ -10,7 +10,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-log-aop 0.0.1-SNAPSHOT jar @@ -19,18 +18,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 - 1.20 @@ -53,19 +49,18 @@ org.projectlombok lombok + true cn.hutool hutool-all - ${hutool.version} eu.bitwalker UserAgentUtils - ${user.agent.version} diff --git a/spring-boot-demo-log-aop/pom.xml b/spring-boot-demo-log-aop/pom.xml index 067c6e052..fccdc7d15 100644 --- a/spring-boot-demo-log-aop/pom.xml +++ b/spring-boot-demo-log-aop/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-log-aop 0.0.1-SNAPSHOT jar @@ -12,18 +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 - 1.20 @@ -46,19 +42,18 @@ org.projectlombok lombok + true cn.hutool hutool-all - ${hutool.version} eu.bitwalker UserAgentUtils - ${user.agent.version}