7

What's the sbt command for creating new lagom microservice in an existing project?

I tried to search this question on google as well as separately in lagom documentation, but didn't find any luck. Right now I am using a very long path of creating new folder and manually copying files, and then manually changing the configuration.

Ravinder Payal
  • 2,884
  • 31
  • 40

1 Answers1

0

There's a GitHub issue lagom/lagom#81 that discussed it.

In there Fabrice Sznajderman mentions that he's created a scaffolding plugin for Lagom called Fabszn/scaffolding-plugin-lagom. It's been a while, so I am not sure how compatible it is with the current Lagom releases.

Eugene Yokota
  • 94,654
  • 45
  • 215
  • 319
  • Thanks Eugene, It’s not needed to me but for sure it’ll help people coming here from searching on internet. Although please try to mention that it’s development is inactive since last two years. – Ravinder Payal May 01 '19 at 05:38