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.
1 parent 5fb1963 commit 94651d2Copy full SHA for 94651d2
src/test/groovy/com/myapp/repository/RepositoryTestConfig.groovy
@@ -1,8 +1,8 @@
1
package com.myapp.repository
2
3
import org.springframework.boot.autoconfigure.EnableAutoConfiguration
4
+import org.springframework.boot.autoconfigure.domain.EntityScan
5
import org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration
-import org.springframework.boot.orm.jpa.EntityScan
6
import org.springframework.context.annotation.Configuration
7
import org.springframework.data.jpa.repository.config.EnableJpaRepositories
8
0 commit comments