Build a Secure Micronaut and Angular App with JHipster

Build a Secure Micronaut and Angular App with JHipster

This tutorial shows you how to create a secure Micronaut and Angular app with Java + JHipster and deploy it to Heroku.

ksilz

The line that imports the JDL file is at least misspelled:
mhipster import-jdl app.jdl

It should be jhipster. And isn’t the Micronaut blueprint missing here, too?

Matt Raible

Hi ksilz!

I installed the Micronaut blueprint on this line:


npm i -g generator-jhipster@6.10.1 generator-jhipster-micronaut@0.3.8

When you install the Micronaut blueprint, it creates a mhipster command. See https://github.com/jhipster… for more information.

ksilz

I see. I find this misleading - a plugin shouldn’t mess with the base system like that. Thank you for the clarification!