mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
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
This commit is contained in:
committed by
GitHub
parent
f7d486ecf8
commit
fbcabd5b97
Binary file not shown.
|
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 65 KiB |
@@ -58,13 +58,13 @@ In this hands-on guide, you'll unlock the power of multi-stage builds to create
|
||||
1. [Download and install](https://www.docker.com/products/docker-desktop/) Docker Desktop.
|
||||
|
||||
|
||||
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:
|
||||
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:
|
||||
|
||||
|
||||

|
||||
|
||||
|
||||
[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.
|
||||
[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.
|
||||
|
||||
Select **Generate** to create and download the zip file for this project.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user