2022-02 - 34

This commit is contained in:
ydvorzhetskiy
2022-07-06 22:52:45 +06:00
parent 79e49c6edd
commit 0309ee37b5
24 changed files with 15 additions and 7 deletions
+3 -2
View File
@@ -11,7 +11,8 @@
<packaging>pom</packaging>
<modules>
<module>spring-31-exercise</module>
<module>spring-31-solution</module>
<module>rest-template</module>
<module>soap-client</module>
<module>soap-server</module>
</modules>
</project>
+3
View File
@@ -0,0 +1,3 @@
*.iml
.idea/
target/
@@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>ru.otus</groupId>
<artifactId>spring-31</artifactId>
<artifactId>spring-34</artifactId>
<version>1.0</version>
<packaging>pom</packaging>
@@ -6,15 +6,19 @@
<groupId>ru.otus</groupId>
<artifactId>rest-template</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.2.6.RELEASE</version>
<version>2.7.1</version>
<relativePath/>
</parent>
<properties>
<java.version>11</java.version>
</properties>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
@@ -10,7 +10,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.2.6.RELEASE</version>
<version>2.7.1</version>
<relativePath/>
</parent>
@@ -10,7 +10,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.2.6.RELEASE</version>
<version>2.7.1</version>
<relativePath/>
</parent>