Lab: Deprecated Properties & Runtime Errors ‐ 6: Clean up the Developer Tools - shinyay/spring-boot-2-7-to-3-1-upgrade GitHub Wiki

6: Clean up the Developer Tools Don't forget, you want to disable or remove the spring-boot-properties-migrator before running this application in production.

The choice is yours (or perhaps it's your organization policy's choice) to either delete the dependency, or just comment it out for use during future Spring Boot upgrades.

spring-boot-properties-migrator

<!-- <groupId>org.springframework.boot</groupId> -->
<!-- <artifactId>spring-boot-properties-migrator</artifactId> -->
<!-- <scope>runtime</scope> -->
⚠️ **GitHub.com Fallback** ⚠️