spring-boot icon indicating copy to clipboard operation
spring-boot copied to clipboard

Spring Boot helps you to create Spring-powered, production-grade applications and services with absolute minimum fuss.

Results 945 spring-boot issues
Sort by recently updated
recently updated
newest added

See https://github.com/spring-projects/spring-boot/pull/29084#issuecomment-1494958581

type: documentation

The mojos in the Maven plugin use inheritance in their implementations. This has created some problems with how those goals and their parameters are documented: 1. Some parameters have user...

type: bug

As described in https://github.com/spring-projects/spring-boot/issues/35250, a number of the Maven plugin's goals have parameters with property names that aren't ideal. For example, the start goal has a number of properties whose...

type: enhancement

If a test class is using `@ServiceConnection` to create a test-specific `DataSource`, `@DataJpaTest` or any other sliced-test annotation that uses `@AutoConfigureTestDatabase` will replace it with an embedded database due to...

type: enhancement