spring-projects-experimental / spring-boot-migrator

Spring Boot Migrator (SBM) is a tool for automated code migrations to upgrade or migrate to Spring Boot
Apache License 2.0
431 stars 87 forks source link

Allow `persistence.xml` file in test resources #959

Closed fabapp2 closed 9 months ago

fabapp2 commented 9 months ago
          @Loloweb I faced the same issue. Deleting `persistence.xml` file from test resources `src/test/resources` solved the issue.

Originally posted by @BartoszMiller in https://github.com/spring-projects-experimental/spring-boot-migrator/issues/782#issuecomment-1733795806