jas34 / scheduledwf

Schedule Conductor workflow is a scheduler as a service that runs in the cloud with Netflix conductor embedded in it. It runs as an extension module of conductor.
https://github.com/jas34/scheduledwf
Apache License 2.0
24 stars 16 forks source link

Upgrade Core Module To Spring Boot #21

Closed jas34 closed 2 years ago

jas34 commented 2 years ago

Build packaging requires a revisit because conductor-server module is now a spring boot application and we can't add a spring boot application as a dependency in our modules. Refer discussion https://stackoverflow.com/questions/53679361/cant-import-classes-intellij-showing-boot-inf-prefix-and-it-seems-to-be-relate for more detaills.