Skip to content

Commit

Permalink
Add missing import in the Spring Boot page (#3957)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanbisutti authored Feb 7, 2024
1 parent b10282c commit 5033234
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/en/docs/languages/java/automatic/spring-boot.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ to import a BOM.
You can use the Gradle’s native BOM support by adding `dependencies`:

```kotlin
import org.springframework.boot.gradle.plugin.SpringBootPlugin

plugins {
id("java")
id("org.springframework.boot") version "3.2.O"
Expand Down

0 comments on commit 5033234

Please sign in to comment.