mirror of
https://github.com/OtusTeam/Spring.git
synced 2026-05-30 10:50:42 +00:00
2022-02 - 34
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user