79667616

Date: 2025-06-16 12:33:41
Score: 0.5
Natty:
Report link

I think you have to add DataSourceProperties bean error in Spring Boot 3.5.0

I add sample code below.

@EnableConfigurationProperties(DataSourceProperties.class)

this code will registers DataSourceProperties when you exclude DataSourceAutoConfiguration.

Hope your success.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Adrid