Is there anyway to find out what your module requires?
After writing a basic microservice it took some tinkering to work out what I needed to add to my module-info.java.
It was a simple application with a hardcoded endpoint; it seemed rather painful to get it right and I couldn't find anything that could give me any hints what needed to be added. (I ran the application a good few times using the modules but would error as something was missing which wasn't clear what was missing)
I have much bigger microservices that will need converting and can see it being very painful