RakambdaOrg/ChannelPointsMiner

Use spring for miner module

Rakambda opened this issue · 0 comments

Description

Use spring in Miner module too. This would allow to have common parts between the 2 modules, like the database.

  • Use something else than Unirest (something provided by spring, WebClient?)
  • Plus this would simplify the addition of Flyway, so that #202 gets a better transition. #264