All Projects → jhipster → Generator Jhipster Micronaut

jhipster / Generator Jhipster Micronaut

Licence: apache-2.0

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Generator Jhipster Micronaut

Jhipster Dotnetcore
JHipster.NET blueprint
Stars: ✭ 144 (+128.57%)
Mutual labels:  hacktoberfest, jhipster
Generator Jhipster Quarkus
Quarkus blueprint for JHipster
Stars: ✭ 85 (+34.92%)
Mutual labels:  hacktoberfest, jhipster
Jhipster Online
JHipster Online lets you generate your JHipster projects through a user friendly web interface.
Stars: ✭ 140 (+122.22%)
Mutual labels:  hacktoberfest, jhipster
Jhipster Kotlin
Kotlin based JHipster
Stars: ✭ 339 (+438.1%)
Mutual labels:  hacktoberfest, jhipster
Jdl Studio
JDL Studio is an online JHipster Domain Language visual editor
Stars: ✭ 365 (+479.37%)
Mutual labels:  hacktoberfest, jhipster
Jhipster
DEPRECATED: use https://github.com/jhipster/jhipster-bom instead
Stars: ✭ 399 (+533.33%)
Mutual labels:  hacktoberfest, jhipster
Generator Jhipster
JHipster is a development platform to quickly generate, develop, & deploy modern web applications & microservice architectures.
Stars: ✭ 19,162 (+30315.87%)
Mutual labels:  hacktoberfest, jhipster
Jhipster Registry
JHipster Registry, based on Spring Cloud Netflix Eureka and Spring Cloud Config
Stars: ✭ 619 (+882.54%)
Mutual labels:  hacktoberfest, jhipster
Tgstation
The /tg/station branch of SS13
Stars: ✭ 1,114 (+1668.25%)
Mutual labels:  hacktoberfest
Fantasy Football Metrics Weekly Report
Command line application to create weekly reports (containing stats, metrics, and rankings) for Fantasy Football leagues on the following platforms: Yahoo, Fleaflicker, Sleeper, ESPN.
Stars: ✭ 62 (-1.59%)
Mutual labels:  hacktoberfest
Openwisp Utils
Python and Django utilities shared between different openwisp modules
Stars: ✭ 61 (-3.17%)
Mutual labels:  hacktoberfest
Pureconfig
A boilerplate-free library for loading configuration files
Stars: ✭ 1,114 (+1668.25%)
Mutual labels:  hacktoberfest
Betaflight Configurator
Cross platform configuration tool for the Betaflight firmware
Stars: ✭ 1,118 (+1674.6%)
Mutual labels:  hacktoberfest
Asteroidossync
Android application to synchronize a phone with a watch running asteroid-btsyncd.
Stars: ✭ 61 (-3.17%)
Mutual labels:  hacktoberfest
Prolens
👓 Profunctor based lightweight implementation of Lenses
Stars: ✭ 63 (+0%)
Mutual labels:  hacktoberfest
Solcore5
A multi-scale, python-based library for the modelling of solar cells and semiconductor materials
Stars: ✭ 61 (-3.17%)
Mutual labels:  hacktoberfest
Betteranimalsplus
A mod adding new animals to Minecraft
Stars: ✭ 60 (-4.76%)
Mutual labels:  hacktoberfest
Joga no google
Um repositório para reunir dicas de como buscar problemas no google de maneira mais eficiente
Stars: ✭ 64 (+1.59%)
Mutual labels:  hacktoberfest
Whisper
Whisper is a file-based time-series database format for Graphite.
Stars: ✭ 1,121 (+1679.37%)
Mutual labels:  hacktoberfest
Gaseous Giganticus
This program procedurally generates gas giant cubemap textures for the game Space Nerds In Space. https://www.patreon.com/smcameron
Stars: ✭ 62 (-1.59%)
Mutual labels:  hacktoberfest

🛠 Blueprint In Active Development

This project is 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
  • Microservice 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].