Automate microservice installation

Author: akulamartinCreated Aug 1, 2026Updated Aug 8, 2026
Labelsarea: triagetheme: undefined
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.

Source: jhipster/generator-jhipster