Git Product home page Git Product logo

jhipster-lite's Introduction

Logo JHipster Lite

JHipster Lite ⚡

JHipster Lite version Build Status Coverage Status

sonarcloud-quality-gate sonarcloud-maintainability

sonarcloud-bugs sonarcloud-vulnerabilities sonarcloud-security sonarcloud-code-smells sonarcloud-coverage

Description

JHipster is a development platform to quickly generate, develop & deploy modern web applications & microservice architectures.

JHipster Lite will help you to start your project, by generating step by step what you need.

Prerequisites

Java

You need to have Java 17 :

Node.js and NPM

This part is needed if you want to contribute to the project.

  • Node.js: we use Node to run a prettier as code formatter. Depending on your system, you can install Node either from source or as a pre-packaged bundle.

After installing Node, you should be able to run the following command to install development tools. You will only need to run this command when dependencies change in package.json.

npm ci

Test the project

To launch tests:

./mvnw clean test

To launch tests and integration tests:

./mvnw clean verify

Run the project

You can run the project using Maven:

./mvnw spring-boot:run

Or, first, you can package as jar:

./mvnw package

Then, run:

java -jar target/*.jar

Then navigate to http://localhost:7471/swagger-ui.html in your browser.

Generate your project

You can use this JSON to generate a project:

{
  "folder": "/tmp/beer",
  "generator-jhipster": {
    "projectName": "Beer Project",
    "baseName": "beer",
    "prettierDefaultIndent": 2,
    "packageName": "tech.jhipster.beer"
  }
}

You can use different API to:

  • init the project

Then, you can add:

  • Maven as Build Tool
  • Java Base classes and Domain Error
  • JaCoCo config for minimum coverage
  • Sonar configuration
  • Spring Boot as Server Framework
    • Spring Boot Actuator
    • Tomcat or Undertow as Spring Boot MVC
      • Spring Security with JWT
        • Basic Auth
    • PostgreSQL or MySQL as Database
      • Liquibase as Database Migration Tool
    • AOP Logging
    • Asynchronous execution and scheduling configuration
    • Spring Cache
      • Simple
      • Ehcache
    • Developer Tools
    • Logstash TCP appender

jhipster-lite's People

Contributors

pascalgrimaud avatar pblanchardie avatar swarajsaaj avatar dependabot[bot] avatar msaguer avatar danielfran avatar hdurix avatar sabrinapayet avatar ptemplier avatar

Watchers

James Cloos 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.