So beheben Sie die Whitelabel -Fehlerseite im Spring Boot 3.4.4
Posted: 14 Apr 2025, 11:09
Ich mache also ein Testkalenderprojekt und dies sind die Abhängigkeiten meiner Pom.xml -Datei.
Code: Select all
org.springframework.boot
spring-boot-starter-actuator
org.springframework.boot
spring-boot-starter-data-jpa
org.springframework.boot
spring-boot-starter-data-rest
org.springframework.boot
spring-boot-starter-validation
org.springframework.boot
spring-boot-starter-web
org.springframework.boot
spring-boot-devtools
runtime
true
com.h2database
h2
runtime
org.projectlombok
lombok
true
org.springframework.boot
spring-boot-starter-test
test
org.springdoc
springdoc-openapi-starter-webmvc-ui
2.8.6