Overview of the feature request
I have to do the following to run a microservice:
spring:
docker:
compose:
enabled: false
in app and app-dev.yml
in pom.xml
org.postgresql
postgresql
runtime
docker compose the jhipster registry
docker compose -f jhipster-registry.yml up -d
Motivation for or Use Case
It makes it easier to run microservices.
Overview of the feature request
I have to do the following to run a microservice:
spring:
docker:
compose:
enabled: false
in app and app-dev.yml
in pom.xml
org.postgresql
postgresql
runtime
docker compose the jhipster registry
docker compose -f jhipster-registry.yml up -d
Motivation for or Use Case
It makes it easier to run microservices.