Browse Source

spring-boot-demo-template-enjoy 完成

pull/1/head
Yangkai.Shen 5 years ago
parent
commit
87c29eaf90
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      spring-boot-demo-template-enjoy/README.md

+ 2
- 2
spring-boot-demo-template-enjoy/README.md View File

@@ -11,7 +11,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>


<artifactId>spring-boot-demo-template-beetl</artifactId> <artifactId>spring-boot-demo-template-beetl</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
<packaging>jar</packaging> <packaging>jar</packaging>


<name>spring-boot-demo-template-beetl</name> <name>spring-boot-demo-template-beetl</name>
@@ -20,7 +20,7 @@
<parent> <parent>
<groupId>com.xkcoding</groupId> <groupId>com.xkcoding</groupId>
<artifactId>spring-boot-demo</artifactId> <artifactId>spring-boot-demo</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</parent> </parent>


<properties> <properties>


Loading…
Cancel
Save