-
Notifications
You must be signed in to change notification settings - Fork 41.2k
In Spring Boot 2.4 @EntityScan does not support property substitution #25436
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thanks for the report. To my knowledge, we have never intentionally supported placeholders in Flagging for team attention to see if we want to reinstate the old behaviour and discuss how best to do that without regressing #22318. |
test=value
For code above, in Spring Boot 2.4
entityscan.getPackageNames()
returnscom.${test}
.Worked in Spring Boot 2.3 and before.
Project to reproduce and check with 2.3: https://github.com/tjuchniewicz/spring-boot-entityscan-issue
The text was updated successfully, but these errors were encountered: