- Notifications
You must be signed in to change notification settings - Fork 41.6k
Closed
Labels
type: regressionA regression from a previous releaseA regression from a previous release
Milestone
Description
@SpringBootApplication @EntityScan("com.${test}") public class EntityScanExampleApplication { public static void main(String[] args) { SpringApplication.run(EntityScanExampleApplication.class, args); } }test=valueFor code above, in Spring Boot 2.4 entityscan.getPackageNames() returns com.${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
Metadata
Metadata
Assignees
Labels
type: regressionA regression from a previous releaseA regression from a previous release