Skip to content

Commit

Permalink
🎉 spring-boot-demo-tio 初始化
Browse files Browse the repository at this point in the history
  • Loading branch information
xkcoding committed Feb 9, 2019
1 parent a8f725b commit 0d13a7c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
<module>spring-boot-demo-multi-datasource-jpa</module>
<module>spring-boot-demo-multi-datasource-mybatis</module>
<module>spring-boot-demo-sharding-jdbc</module>
<module>spring-boot-demo-tio</module>
</modules>
<packaging>pom</packaging>

Expand Down
8 changes: 3 additions & 5 deletions spring-boot-demo-tio/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@
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>
<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>
<groupId>com.xkcoding</groupId>
<artifactId>spring-boot-demo-tio</artifactId>
<version>1.0.0-SNAPSHOT</version>
<name>spring-boot-demo-tio</name>
Expand Down

0 comments on commit 0d13a7c

Please sign in to comment.