Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
generator-jhipster-micronaut
Advanced tools
This project generates a Micronaut based JHipster application 😎. It is based on JHipster Blueprint 🔵, and intends to replace the Spring Boot portions of the server with Micronaut equivalents.
Install MHipster
npm install -g generator-jhipster-micronaut
Create a new folder for your application
Start MHipster
mhipster
Alternatively, if you already have JHipster installed, you can use this blueprint with:
jhipster --blueprints micronaut
Download the Dockerfile:
mkdir docker
cd docker
wget https://github.com/jhipster/generator-jhipster-micronaut/raw/main/docker/Dockerfile
Build the Docker images:
docker build -t jhipster-generator-micronaut:latest .
Make a folder where you want to generate the Service:
mkdir service
cd service
Run the generator from image to generate service:
docker run -it --rm -v $PWD:/home/jhipster/app jhipster-generator-micronaut
Run and attach interactive shell to the generator docker container to work from inside the running container:
docker run -it --rm -v $PWD:/home/jhipster/app jhipster-generator-micronaut /bin/bash
Micronaut Blueprint | Micronaut | JHipster |
---|---|---|
3.1.0 | 4.3.6 | 8.2.1 |
3.0.0 | 4.2.0 | 8.1.0 |
2.0.0 | 3.10.1 | 7.9.3 |
1.0.2 | 2.4.4 | 6.10.5 |
0.8.0 | 2.3.0 | 6.10.5 |
Interested in contributing? Check out our contributing guide to get started.
Please post any questions in this project's discussions, or on Stack Overflow with a jhipster
tag.
Apache 2.0, see LICENSE.
FAQs
A Micronaut application generator for JHipster
The npm package generator-jhipster-micronaut receives a total of 21 weekly downloads. As such, generator-jhipster-micronaut popularity was classified as not popular.
We found that generator-jhipster-micronaut demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.