|  | 
| 3 | 3 |  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | 
| 4 | 4 |  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> | 
| 5 | 5 | 
 | 
| 6 |  | - <parent> | 
|  | 6 | + <!--<parent> | 
| 7 | 7 |  <groupId>org.springframework.boot</groupId> | 
| 8 | 8 |  <artifactId>spring-boot-starter-parent</artifactId> | 
| 9 | 9 |  <version>2.2.2.RELEASE</version> | 
|  | 
| 17 | 17 |  | 
| 18 | 18 |  <properties> | 
| 19 | 19 |  <java.version>1.8</java.version> | 
| 20 |  | - </properties> | 
|  | 20 | + </properties>--> | 
| 21 | 21 | 
 | 
| 22 |  | - <!--<parent> | 
|  | 22 | + <parent> | 
| 23 | 23 |  <groupId>com.github.daggerok</groupId> | 
| 24 | 24 |  <artifactId>spring-data-jdbc-examples</artifactId> | 
| 25 | 25 |  <version>0.0.6-SNAPSHOT</version> | 
|  | 
| 33 | 33 |  <properties> | 
| 34 | 34 |  <java.version>1.8</java.version> | 
| 35 | 35 |  <spring-boot.version>${spring-boot-2.2.x.version}</spring-boot.version> | 
| 36 |  | - </properties>--> | 
|  | 36 | + </properties> | 
| 37 | 37 | 
 | 
| 38 | 38 |  <dependencies> | 
| 39 | 39 |  <dependency> | 
| 40 | 40 |  <groupId>org.springframework.boot</groupId> | 
| 41 | 41 |  <artifactId>spring-boot-starter-data-jdbc</artifactId> | 
| 42 | 42 |  </dependency> | 
| 43 |  | - <!--<dependency> | 
| 44 |  | - <groupId>org.springframework.boot</groupId> | 
| 45 |  | - <artifactId>spring-boot-starter-rsocket</artifactId> | 
| 46 |  | - </dependency>--> | 
| 47 | 43 |  <dependency> | 
| 48 | 44 |  <groupId>org.springframework.boot</groupId> | 
| 49 | 45 |  <artifactId>spring-boot-starter-web</artifactId> | 
|  | 
0 commit comments