parent
f363fe7dd1
commit
8095ee4a5b
|
|
@ -191,7 +191,7 @@ public class FlywayAutoConfiguration {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Additional configuration to ensure that {@link EntityManagerFactory} beans
|
* Additional configuration to ensure that {@link EntityManagerFactory} beans
|
||||||
* depend-on the {@code flywayInitializer} bean.
|
* depend on the {@code flywayInitializer} bean.
|
||||||
*/
|
*/
|
||||||
@Configuration
|
@Configuration
|
||||||
@ConditionalOnClass(LocalContainerEntityManagerFactoryBean.class)
|
@ConditionalOnClass(LocalContainerEntityManagerFactoryBean.class)
|
||||||
|
|
@ -224,8 +224,8 @@ public class FlywayAutoConfiguration {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Additional configuration to ensure that {@link EntityManagerFactory} beans
|
* Additional configuration to ensure that {@link EntityManagerFactory} beans depend
|
||||||
* depend-on the {@code flyway} bean.
|
* on the {@code flyway} bean.
|
||||||
*/
|
*/
|
||||||
@Configuration
|
@Configuration
|
||||||
@ConditionalOnClass(LocalContainerEntityManagerFactoryBean.class)
|
@ConditionalOnClass(LocalContainerEntityManagerFactoryBean.class)
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright 2012-2017 the original author or authors.
|
* Copyright 2012-2018 the original author or authors.
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
|
|
||||||
|
|
@ -176,8 +176,8 @@ public class LiquibaseAutoConfiguration {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Additional configuration to ensure that {@link EntityManagerFactory} beans
|
* Additional configuration to ensure that {@link EntityManagerFactory} beans depend
|
||||||
* depend-on the liquibase bean.
|
* on the liquibase bean.
|
||||||
*/
|
*/
|
||||||
@Configuration
|
@Configuration
|
||||||
@ConditionalOnClass(LocalContainerEntityManagerFactoryBean.class)
|
@ConditionalOnClass(LocalContainerEntityManagerFactoryBean.class)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue