Fix autoconfiguration class entries
- This will make sure to invoke all the auto configuration classes Resolves #135
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
org.springframework.boot.autoconfigure.EnableAutoConfiguration=org.springframework.cloud.task.listener.TaskEventAutoConfiguration
|
||||
org.springframework.boot.autoconfigure.EnableAutoConfiguration=org.springframework.cloud.task.batch.listener.BatchEventAutoConfiguration
|
||||
org.springframework.boot.autoconfigure.EnableAutoConfiguration=\
|
||||
org.springframework.cloud.task.listener.TaskEventAutoConfiguration,\
|
||||
org.springframework.cloud.task.batch.listener.BatchEventAutoConfiguration
|
||||
|
||||
Reference in New Issue
Block a user