Browse Source

spring-boot-demo-orm-mybatis 完成

pull/1/head
Yangkai.Shen 5 years ago
parent
commit
0463831394
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      spring-boot-demo-orm-mybatis/README.md
  2. +1
    -1
      spring-boot-demo-orm-mybatis/pom.xml

+ 1
- 1
spring-boot-demo-orm-mybatis/README.md View File

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

<artifactId>spring-boot-demo-orm-mybatis</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>spring-boot-demo-orm-mybatis</name>


+ 1
- 1
spring-boot-demo-orm-mybatis/pom.xml View File

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

<artifactId>spring-boot-demo-orm-mybatis</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>spring-boot-demo-orm-mybatis</name>


Loading…
Cancel
Save