jhipster / generator-jhipster-micronaut

Micronaut blueprint for JHipster

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generation process prints Spring Boot message

mraible opened this issue · comments

Overview of the issue

If I install this blueprint and run the following command:

mhipster jdl default --skip-jhipster-dependencies

It prints the following at the end:

✔ Spring Boot application generated successfully.
  Run your Spring Boot application:
  ./mvnw
✔ Angular application generated successfully.
  Start your Webpack development server with:
  npm start
Reproduce the error
Related issues
Suggest a Fix

Override the message.

JHipster configuration, a .yo-rc.json file generated in the root folder
.yo-rc.json file
{
  "generator-jhipster": {
    "applicationIndex": 0,
    "backendType": "Micronaut",
    "baseName": "jhipster",
    "blueprints": [
      {
        "name": "generator-jhipster-micronaut",
        "version": "3.0.0"
      }
    ],
    "creationTimestamp": 1708559039230,
    "devServerPort": 4200,
    "entities": [],
    "jhipsterVersion": "8.1.0",
    "languages": [
      "en"
    ],
    "nativeLanguage": "en",
    "prodDatabaseType": "postgresql",
    "skipJhipsterDependencies": true
  }
}
Environment and Tools

openjdk version "11.0.22" 2024-01-16
OpenJDK Runtime Environment Temurin-11.0.22+7 (build 11.0.22+7)
OpenJDK 64-Bit Server VM Temurin-11.0.22+7 (build 11.0.22+7, mixed mode)

git version 2.39.3 (Apple Git-145)

node: v20.11.0
npm: 10.4.0

Docker version 25.0.3, build 4debf41

JDL for the Entity configuration(s) entityName.json files generated in the .jhipster directory
JDL entity definitions

Browsers and Operating System

macOS

  • Checking this box is mandatory (this is just to show you read everything)