Skip to content

Commit 94651d2

Browse files
committed
Replace deprecated class
1 parent 5fb1963 commit 94651d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/groovy/com/myapp/repository/RepositoryTestConfig.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package com.myapp.repository
22

33
import org.springframework.boot.autoconfigure.EnableAutoConfiguration
4+
import org.springframework.boot.autoconfigure.domain.EntityScan
45
import org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration
5-
import org.springframework.boot.orm.jpa.EntityScan
66
import org.springframework.context.annotation.Configuration
77
import org.springframework.data.jpa.repository.config.EnableJpaRepositories
88

0 commit comments

Comments
 (0)