Skip to content

Commit

Permalink
Updated to set the order for TaskRepositoryDatabaseInitializerDetector
Browse files Browse the repository at this point in the history
This is a workaround until spring-projects/spring-boot#33374 is resolved
  • Loading branch information
cppwfs committed Nov 28, 2022
1 parent 099f5c0 commit 8c450c4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -30,7 +30,7 @@
*/
class TaskRepositoryDatabaseInitializerDetector extends AbstractBeansOfTypeDatabaseInitializerDetector {

private static final int PRECEDENCE = Ordered.LOWEST_PRECEDENCE - 100;
private static final int PRECEDENCE = Ordered.LOWEST_PRECEDENCE - 99;

@Override
protected Set<Class<?>> getDatabaseInitializerBeanTypes() {
Expand Down

0 comments on commit 8c450c4

Please sign in to comment.