Giter Club home page Giter Club logo

generator-jhipster-micronaut's Introduction

๐Ÿ›  Blueprint In Active Development

This project is a PREVIEW of a Micronaut blueprint for JHipster. While we are working to create a complete experience, there are likely some gaps. Please let us know if you encounter issues.

Greetings, Micronaut Hipster!

Tests Sample Projects

JHipster Micronaut Family Member

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.

Installation and Usage

  1. Install MHipster
    • npm install -g generator-jhipster-micronaut
  2. Create a new folder for your application
  3. Start MHipster
    • mhipster

Alternatively, if you already have JHipster installed, you can use this blueprint with:

$ jhipster --blueprints micronaut

Using Docker

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

Currently supported options

  • Monolith projects
  • JWT or OAuth 2.0 Authentication
  • SQL Database Support
    • MySQL
    • MariaDB
    • PostgreSQL
    • H2
  • Ehcache
  • Caffeine Cache
  • Redis Cache
  • Maven or Gradle Build System
  • Angular or React Client
  • Protractor Tests
  • Heroku Deployment

โค๏ธ for community

Interested in contributing? Check out our contributing guide to get started.

generator-jhipster-micronaut's People

Contributors

agilob avatar amatosg avatar atomfrede avatar dependabot[bot] avatar gzsombor avatar jasontypescodes avatar murdos avatar pascalgrimaud avatar rajpratik71 avatar sendilkumarn avatar sudharakap avatar willbuck avatar zacharyklein avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.