|
|
|
|
@ -54,11 +54,8 @@ import org.springframework.boot.autoconfigure.jdbc.DataSourceProperties;
@@ -54,11 +54,8 @@ import org.springframework.boot.autoconfigure.jdbc.DataSourceProperties;
|
|
|
|
|
import org.springframework.boot.autoconfigure.jdbc.JdbcOperationsDependsOnPostProcessor; |
|
|
|
|
import org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration; |
|
|
|
|
import org.springframework.boot.autoconfigure.jdbc.NamedParameterJdbcOperationsDependsOnPostProcessor; |
|
|
|
|
<<<<<<< HEAD |
|
|
|
|
import org.springframework.boot.autoconfigure.orm.jpa.EntityManagerFactoryDependsOnPostProcessor; |
|
|
|
|
======= |
|
|
|
|
import org.springframework.boot.autoconfigure.jooq.DslContextDependsOnPostProcessor; |
|
|
|
|
>>>>>>> 2.4.x |
|
|
|
|
import org.springframework.boot.autoconfigure.orm.jpa.EntityManagerFactoryDependsOnPostProcessor; |
|
|
|
|
import org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration; |
|
|
|
|
import org.springframework.boot.context.properties.ConfigurationPropertiesBinding; |
|
|
|
|
import org.springframework.boot.context.properties.EnableConfigurationProperties; |
|
|
|
|
|