We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b01fcc5 + 7907467 commit cc2472dCopy full SHA for cc2472d
src/test/java/guru/springframework/configuration/RepositoryConfiguration.java
@@ -1,7 +1,7 @@
1
package guru.springframework.configuration;
2
3
import org.springframework.boot.autoconfigure.EnableAutoConfiguration;
4
-import org.springframework.boot.orm.jpa.EntityScan;
+import org.springframework.boot.autoconfigure.domain.EntityScan;
5
import org.springframework.context.annotation.Configuration;
6
import org.springframework.data.jpa.repository.config.EnableJpaRepositories;
7
import org.springframework.transaction.annotation.EnableTransactionManagement;
0 commit comments