Browse Source

🎉 spring-boot-demo-tio 初始化

pull/1/head
Yangkai.Shen 5 years ago
parent
commit
0d13a7cb7a
2 changed files with 4 additions and 5 deletions
  1. +1
    -0
      pom.xml
  2. +3
    -5
      spring-boot-demo-tio/pom.xml

+ 1
- 0
pom.xml View File

@@ -59,6 +59,7 @@
<module>spring-boot-demo-multi-datasource-jpa</module> <module>spring-boot-demo-multi-datasource-jpa</module>
<module>spring-boot-demo-multi-datasource-mybatis</module> <module>spring-boot-demo-multi-datasource-mybatis</module>
<module>spring-boot-demo-sharding-jdbc</module> <module>spring-boot-demo-sharding-jdbc</module>
<module>spring-boot-demo-tio</module>
</modules> </modules>
<packaging>pom</packaging> <packaging>pom</packaging>




+ 3
- 5
spring-boot-demo-tio/pom.xml View File

@@ -3,12 +3,10 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.1.2.RELEASE</version>
<relativePath/> <!-- lookup parent from repository -->
<groupId>com.xkcoding</groupId>
<artifactId>spring-boot-demo</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent> </parent>
<groupId>com.xkcoding</groupId>
<artifactId>spring-boot-demo-tio</artifactId> <artifactId>spring-boot-demo-tio</artifactId>
<version>1.0.0-SNAPSHOT</version> <version>1.0.0-SNAPSHOT</version>
<name>spring-boot-demo-tio</name> <name>spring-boot-demo-tio</name>


Loading…
Cancel
Save