Skip to content

Commit fbcabd5

Browse files
authored
updated spring initializr with the new version (#23999)
<!--Delete sections as needed --> ## Description This PR: - Updates the old Spring Initializr screenshot page with the latest one - Updates Spring Boot to 4.0.1 version <!-- Tell us what you did and why --> ## Related issues or tickets <!-- Related issues, pull requests, or Jira tickets --> ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Technical review - [ ] Editorial review - [ ] Product review
1 parent f7d486e commit fbcabd5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
26.5 KB
Loading

content/get-started/docker-concepts/building-images/multi-stage-builds.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@ In this hands-on guide, you'll unlock the power of multi-stage builds to create
5858
1. [Download and install](https://www.docker.com/products/docker-desktop/) Docker Desktop.
5959

6060

61-
2. Open this [pre-initialized project](https://start.spring.io/#!type=maven-project&language=java&platformVersion=3.4.0-M3&packaging=jar&jvmVersion=21&groupId=com.example&artifactId=spring-boot-docker&name=spring-boot-docker&description=Demo%20project%20for%20Spring%20Boot&packageName=com.example.spring-boot-docker&dependencies=web) to generate a ZIP file. Here’s how that looks:
61+
2. Open this [pre-initialized project](https://start.spring.io/#!type=maven-project&language=java&platformVersion=4.0.1&packaging=jar&configurationFileFormat=properties&jvmVersion=21&groupId=com.example&artifactId=spring-boot-docker&name=spring-boot-docker&description=Demo%20project%20for%20Spring%20Boot&packageName=com.example.spring-boot-docker&dependencies=web) to generate a ZIP file. Here’s how that looks:
6262

6363

6464
![A screenshot of Spring Initializr tool selected with Java 21, Spring Web and Spring Boot 3.4.0](images/multi-stage-builds-spring-initializer.webp?border=true)
6565

6666

67-
[Spring Initializr](https://start.spring.io/) is a quickstart generator for Spring projects. It provides an extensible API to generate JVM-based projects with implementations for several common concepts — like basic language generation for Java, Kotlin, and Groovy.
67+
[Spring Initializr](https://start.spring.io/) is a quickstart generator for Spring projects. It provides an extensible API to generate JVM-based projects with implementations for several common concepts — like basic language generation for Java, Kotlin, Groovy, and Maven.
6868

6969
Select **Generate** to create and download the zip file for this project.
7070

0 commit comments

Comments
 (0)