Browse Source

Update to 0.5.0.M2

pull/50/head
Dave Syer 12 years ago committed by Phillip Webb
parent
commit
b634b3bde6
  1. 2
      buildhelper/all/pom.xml
  2. 2
      pom.xml
  3. 2
      spring-boot-actuator/pom.xml
  4. 2
      spring-boot-autoconfigure/pom.xml
  5. 2
      spring-boot-cli/pom.xml
  6. 12
      spring-boot-dependencies/pom.xml
  7. 2
      spring-boot-integration-tests/pom.xml
  8. 2
      spring-boot-parent/pom.xml
  9. 2
      spring-boot-samples/pom.xml
  10. 2
      spring-boot-samples/spring-boot-sample-actuator-ui/pom.xml
  11. 2
      spring-boot-samples/spring-boot-sample-actuator/pom.xml
  12. 2
      spring-boot-samples/spring-boot-sample-batch/pom.xml
  13. 2
      spring-boot-samples/spring-boot-sample-data-jpa/pom.xml
  14. 2
      spring-boot-samples/spring-boot-sample-integration/pom.xml
  15. 2
      spring-boot-samples/spring-boot-sample-jetty/pom.xml
  16. 2
      spring-boot-samples/spring-boot-sample-profile/pom.xml
  17. 2
      spring-boot-samples/spring-boot-sample-simple/pom.xml
  18. 2
      spring-boot-samples/spring-boot-sample-tomcat/pom.xml
  19. 2
      spring-boot-samples/spring-boot-sample-traditional/pom.xml
  20. 2
      spring-boot-samples/spring-boot-sample-web-jsp/pom.xml
  21. 2
      spring-boot-samples/spring-boot-sample-web-static/pom.xml
  22. 2
      spring-boot-samples/spring-boot-sample-web-ui/pom.xml
  23. 2
      spring-boot-samples/spring-boot-sample-websocket/pom.xml
  24. 2
      spring-boot-samples/spring-boot-sample-xml/pom.xml
  25. 2
      spring-boot-starters/pom.xml
  26. 2
      spring-boot-starters/spring-boot-starter-actuator/pom.xml
  27. 2
      spring-boot-starters/spring-boot-starter-batch/pom.xml
  28. 2
      spring-boot-starters/spring-boot-starter-data-jpa/pom.xml
  29. 2
      spring-boot-starters/spring-boot-starter-integration/pom.xml
  30. 2
      spring-boot-starters/spring-boot-starter-jetty/pom.xml
  31. 2
      spring-boot-starters/spring-boot-starter-logging/pom.xml
  32. 4
      spring-boot-starters/spring-boot-starter-parent/pom.xml
  33. 2
      spring-boot-starters/spring-boot-starter-security/pom.xml
  34. 2
      spring-boot-starters/spring-boot-starter-tomcat/pom.xml
  35. 2
      spring-boot-starters/spring-boot-starter-web/pom.xml
  36. 4
      spring-boot-starters/spring-boot-starter-websocket/pom.xml
  37. 2
      spring-boot-starters/spring-boot-starter/pom.xml
  38. 2
      spring-boot-tools/pom.xml
  39. 2
      spring-boot-tools/spring-boot-gradle-plugin/pom.xml
  40. 2
      spring-boot-tools/spring-boot-loader-tools/pom.xml
  41. 2
      spring-boot-tools/spring-boot-loader/pom.xml
  42. 2
      spring-boot-tools/spring-boot-maven-plugin/pom.xml
  43. 2
      spring-boot/pom.xml

2
buildhelper/all/pom.xml

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-build-all</artifactId>
<version>0.5.0.BUILD-SNAPSHOT</version>
<version>0.5.0.M2</version>
<packaging>pom</packaging>
<prerequisites>
<maven>3.0.0</maven>

2
pom.xml

@ -4,7 +4,7 @@ @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-build</artifactId>
<version>0.5.0.BUILD-SNAPSHOT</version>
<version>0.5.0.M2</version>
<packaging>pom</packaging>
<prerequisites>
<maven>3.0.0</maven>

2
spring-boot-actuator/pom.xml

@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-parent</artifactId>
<version>0.5.0.BUILD-SNAPSHOT</version>
<version>0.5.0.M2</version>
<relativePath>../spring-boot-parent</relativePath>
</parent>
<artifactId>spring-boot-actuator</artifactId>

2
spring-boot-autoconfigure/pom.xml

@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-parent</artifactId>
<version>0.5.0.BUILD-SNAPSHOT</version>
<version>0.5.0.M2</version>
<relativePath>../spring-boot-parent</relativePath>
</parent>
<artifactId>spring-boot-autoconfigure</artifactId>

2
spring-boot-cli/pom.xml

@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-parent</artifactId>
<version>0.5.0.BUILD-SNAPSHOT</version>
<version>0.5.0.M2</version>
<relativePath>../spring-boot-parent</relativePath>
</parent>
<artifactId>spring-boot-cli</artifactId>

12
spring-boot-dependencies/pom.xml

@ -4,7 +4,7 @@ @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>0.5.0.BUILD-SNAPSHOT</version>
<version>0.5.0.M2</version>
<packaging>pom</packaging>
<properties>
<aspectj.version>1.7.3</aspectj.version>
@ -538,5 +538,15 @@ @@ -538,5 +538,15 @@
</snapshotRepository>
</distributionManagement>
</profile>
<profile>
<id>milestone</id>
<distributionManagement>
<repository>
<id>spring-repo-milestone</id>
<name>Spring Milestone Repository</name>
<url>http://repo.springsource.org/libs-milestone-local</url>
</repository>
</distributionManagement>
</profile>
</profiles>
</project>

2
spring-boot-integration-tests/pom.xml

@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-parent</artifactId>
<version>0.5.0.BUILD-SNAPSHOT</version>
<version>0.5.0.M2</version>
<relativePath>../spring-boot-parent</relativePath>
</parent>
<artifactId>spring-boot-integration-tests</artifactId>

2
spring-boot-parent/pom.xml

@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>0.5.0.BUILD-SNAPSHOT</version>
<version>0.5.0.M2</version>
<relativePath>../spring-boot-dependencies</relativePath>
</parent>
<artifactId>spring-boot-parent</artifactId>

2
spring-boot-samples/pom.xml

@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-parent</artifactId>
<version>0.5.0.BUILD-SNAPSHOT</version>
<version>0.5.0.M2</version>
<relativePath>../spring-boot-parent</relativePath>
</parent>
<artifactId>spring-boot-samples</artifactId>

2
spring-boot-samples/spring-boot-sample-actuator-ui/pom.xml

@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>0.5.0.BUILD-SNAPSHOT</version>
<version>0.5.0.M2</version>
<relativePath>../../spring-boot-starters/spring-boot-starter-parent</relativePath>
</parent>
<artifactId>spring-boot-sample-actuator-ui</artifactId>

2
spring-boot-samples/spring-boot-sample-actuator/pom.xml

@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>0.5.0.BUILD-SNAPSHOT</version>
<version>0.5.0.M2</version>
<relativePath>../../spring-boot-starters/spring-boot-starter-parent</relativePath>
</parent>
<artifactId>spring-boot-sample-actuator</artifactId>

2
spring-boot-samples/spring-boot-sample-batch/pom.xml

@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>0.5.0.BUILD-SNAPSHOT</version>
<version>0.5.0.M2</version>
<relativePath>../../spring-boot-starters/spring-boot-starter-parent</relativePath>
</parent>
<artifactId>spring-boot-sample-batch</artifactId>

2
spring-boot-samples/spring-boot-sample-data-jpa/pom.xml

@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>0.5.0.BUILD-SNAPSHOT</version>
<version>0.5.0.M2</version>
<relativePath>../../spring-boot-starters/spring-boot-starter-parent</relativePath>
</parent>
<artifactId>spring-boot-sample-data-jpa</artifactId>

2
spring-boot-samples/spring-boot-sample-integration/pom.xml

@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>0.5.0.BUILD-SNAPSHOT</version>
<version>0.5.0.M2</version>
<relativePath>../../spring-boot-starters/spring-boot-starter-parent</relativePath>
</parent>
<artifactId>spring-boot-sample-integration</artifactId>

2
spring-boot-samples/spring-boot-sample-jetty/pom.xml

@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>0.5.0.BUILD-SNAPSHOT</version>
<version>0.5.0.M2</version>
<relativePath>../../spring-boot-starters/spring-boot-starter-parent</relativePath>
</parent>
<artifactId>spring-boot-sample-jetty</artifactId>

2
spring-boot-samples/spring-boot-sample-profile/pom.xml

@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>0.5.0.BUILD-SNAPSHOT</version>
<version>0.5.0.M2</version>
<relativePath>../../spring-boot-starters/spring-boot-starter-parent</relativePath>
</parent>
<artifactId>spring-boot-sample-profile</artifactId>

2
spring-boot-samples/spring-boot-sample-simple/pom.xml

@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>0.5.0.BUILD-SNAPSHOT</version>
<version>0.5.0.M2</version>
<relativePath>../../spring-boot-starters/spring-boot-starter-parent</relativePath>
</parent>
<artifactId>spring-boot-sample-simple</artifactId>

2
spring-boot-samples/spring-boot-sample-tomcat/pom.xml

@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>0.5.0.BUILD-SNAPSHOT</version>
<version>0.5.0.M2</version>
<relativePath>../../spring-boot-starters/spring-boot-starter-parent</relativePath>
</parent>
<artifactId>spring-boot-sample-tomcat</artifactId>

2
spring-boot-samples/spring-boot-sample-traditional/pom.xml

@ -4,7 +4,7 @@ @@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>0.5.0.BUILD-SNAPSHOT</version>
<version>0.5.0.M2</version>
<relativePath>../../spring-boot-starters/spring-boot-starter-parent</relativePath>
</parent>
<artifactId>spring-boot-sample-traditional</artifactId>

2
spring-boot-samples/spring-boot-sample-web-jsp/pom.xml

@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>0.5.0.BUILD-SNAPSHOT</version>
<version>0.5.0.M2</version>
<relativePath>../../spring-boot-starters/spring-boot-starter-parent</relativePath>
</parent>
<artifactId>spring-boot-sample-web-jsp</artifactId>

2
spring-boot-samples/spring-boot-sample-web-static/pom.xml

@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>0.5.0.BUILD-SNAPSHOT</version>
<version>0.5.0.M2</version>
<relativePath>../../spring-boot-starters/spring-boot-starter-parent</relativePath>
</parent>
<artifactId>spring-boot-sample-web-static</artifactId>

2
spring-boot-samples/spring-boot-sample-web-ui/pom.xml

@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>0.5.0.BUILD-SNAPSHOT</version>
<version>0.5.0.M2</version>
<relativePath>../../spring-boot-starters/spring-boot-starter-parent</relativePath>
</parent>
<artifactId>spring-boot-sample-web-ui</artifactId>

2
spring-boot-samples/spring-boot-sample-websocket/pom.xml

@ -8,7 +8,7 @@ @@ -8,7 +8,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>0.5.0.BUILD-SNAPSHOT</version>
<version>0.5.0.M2</version>
<relativePath>../../spring-boot-starters/spring-boot-starter-parent</relativePath>
</parent>

2
spring-boot-samples/spring-boot-sample-xml/pom.xml

@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>0.5.0.BUILD-SNAPSHOT</version>
<version>0.5.0.M2</version>
<relativePath>../../spring-boot-starters/spring-boot-starter-parent</relativePath>
</parent>
<artifactId>spring-boot-sample-xml</artifactId>

2
spring-boot-starters/pom.xml

@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-parent</artifactId>
<version>0.5.0.BUILD-SNAPSHOT</version>
<version>0.5.0.M2</version>
<relativePath>../spring-boot-parent</relativePath>
</parent>
<artifactId>spring-boot-starters</artifactId>

2
spring-boot-starters/spring-boot-starter-actuator/pom.xml

@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starters</artifactId>
<version>0.5.0.BUILD-SNAPSHOT</version>
<version>0.5.0.M2</version>
</parent>
<artifactId>spring-boot-starter-actuator</artifactId>
<packaging>jar</packaging>

2
spring-boot-starters/spring-boot-starter-batch/pom.xml

@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starters</artifactId>
<version>0.5.0.BUILD-SNAPSHOT</version>
<version>0.5.0.M2</version>
</parent>
<artifactId>spring-boot-starter-batch</artifactId>
<packaging>jar</packaging>

2
spring-boot-starters/spring-boot-starter-data-jpa/pom.xml

@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starters</artifactId>
<version>0.5.0.BUILD-SNAPSHOT</version>
<version>0.5.0.M2</version>
</parent>
<artifactId>spring-boot-starter-data-jpa</artifactId>
<packaging>jar</packaging>

2
spring-boot-starters/spring-boot-starter-integration/pom.xml

@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starters</artifactId>
<version>0.5.0.BUILD-SNAPSHOT</version>
<version>0.5.0.M2</version>
</parent>
<artifactId>spring-boot-starter-integration</artifactId>
<packaging>jar</packaging>

2
spring-boot-starters/spring-boot-starter-jetty/pom.xml

@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starters</artifactId>
<version>0.5.0.BUILD-SNAPSHOT</version>
<version>0.5.0.M2</version>
</parent>
<artifactId>spring-boot-starter-jetty</artifactId>
<packaging>jar</packaging>

2
spring-boot-starters/spring-boot-starter-logging/pom.xml

@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starters</artifactId>
<version>0.5.0.BUILD-SNAPSHOT</version>
<version>0.5.0.M2</version>
</parent>
<artifactId>spring-boot-starter-logging</artifactId>
<packaging>jar</packaging>

4
spring-boot-starters/spring-boot-starter-parent/pom.xml

@ -10,13 +10,13 @@ @@ -10,13 +10,13 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>0.5.0.BUILD-SNAPSHOT</version>
<version>0.5.0.M2</version>
<relativePath>../../spring-boot-dependencies</relativePath>
</parent>
<artifactId>spring-boot-starter-parent</artifactId>
<packaging>pom</packaging>
<properties>
<spring.boot.version>0.5.0.BUILD-SNAPSHOT</spring.boot.version>
<spring.boot.version>0.5.0.M2</spring.boot.version>
<java.version>1.6</java.version>
</properties>
<dependencyManagement>

2
spring-boot-starters/spring-boot-starter-security/pom.xml

@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starters</artifactId>
<version>0.5.0.BUILD-SNAPSHOT</version>
<version>0.5.0.M2</version>
</parent>
<artifactId>spring-boot-starter-security</artifactId>
<packaging>jar</packaging>

2
spring-boot-starters/spring-boot-starter-tomcat/pom.xml

@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starters</artifactId>
<version>0.5.0.BUILD-SNAPSHOT</version>
<version>0.5.0.M2</version>
</parent>
<artifactId>spring-boot-starter-tomcat</artifactId>
<packaging>jar</packaging>

2
spring-boot-starters/spring-boot-starter-web/pom.xml

@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starters</artifactId>
<version>0.5.0.BUILD-SNAPSHOT</version>
<version>0.5.0.M2</version>
</parent>
<artifactId>spring-boot-starter-web</artifactId>
<packaging>jar</packaging>

4
spring-boot-starters/spring-boot-starter-websocket/pom.xml

@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starters</artifactId>
<version>0.5.0.BUILD-SNAPSHOT</version>
<version>0.5.0.M2</version>
</parent>
<artifactId>spring-boot-starter-websocket</artifactId>
<packaging>jar</packaging>
@ -30,7 +30,7 @@ @@ -30,7 +30,7 @@
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>spring-boot-up-web</artifactId>
<artifactId>spring-boot-starter-web</artifactId>
<version>${project.version}</version>
<exclusions>
<exclusion>

2
spring-boot-starters/spring-boot-starter/pom.xml

@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starters</artifactId>
<version>0.5.0.BUILD-SNAPSHOT</version>
<version>0.5.0.M2</version>
</parent>
<artifactId>spring-boot-starter</artifactId>
<packaging>jar</packaging>

2
spring-boot-tools/pom.xml

@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-parent</artifactId>
<version>0.5.0.BUILD-SNAPSHOT</version>
<version>0.5.0.M2</version>
<relativePath>../spring-boot-parent</relativePath>
</parent>
<artifactId>spring-boot-tools</artifactId>

2
spring-boot-tools/spring-boot-gradle-plugin/pom.xml

@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-tools</artifactId>
<version>0.5.0.BUILD-SNAPSHOT</version>
<version>0.5.0.M2</version>
</parent>
<artifactId>spring-boot-gradle-plugin</artifactId>
<properties>

2
spring-boot-tools/spring-boot-loader-tools/pom.xml

@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-tools</artifactId>
<version>0.5.0.BUILD-SNAPSHOT</version>
<version>0.5.0.M2</version>
</parent>
<artifactId>spring-boot-loader-tools</artifactId>
<packaging>jar</packaging>

2
spring-boot-tools/spring-boot-loader/pom.xml

@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-tools</artifactId>
<version>0.5.0.BUILD-SNAPSHOT</version>
<version>0.5.0.M2</version>
</parent>
<artifactId>spring-boot-loader</artifactId>
<packaging>jar</packaging>

2
spring-boot-tools/spring-boot-maven-plugin/pom.xml

@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-tools</artifactId>
<version>0.5.0.BUILD-SNAPSHOT</version>
<version>0.5.0.M2</version>
</parent>
<artifactId>spring-boot-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>

2
spring-boot/pom.xml

@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-parent</artifactId>
<version>0.5.0.BUILD-SNAPSHOT</version>
<version>0.5.0.M2</version>
<relativePath>../spring-boot-parent</relativePath>
</parent>
<artifactId>spring-boot</artifactId>

Loading…
Cancel
Save