renanfranca / renanfranca.github.io

3 stars 0 forks source link

[Draft for jhipster] Add missing gradle frontend server plugin #22

Closed renanfranca closed 4 months ago

renanfranca commented 4 months ago

Prerequisites

This sample implemented the following features which is going to be handle by this issue:

To test the sample:

  1. ./gradlew clean build --no-daemon --info (will generate the .jar at build/libs folder)
  2. java -jar build/libs/jhipster-sample-application-0.0.1-SNAPSHOT.jar (access the frontend at http://localhost:8080)
  3. docker compose -f src/main/docker/sonar.yml up -d and ./gradlew clean build sonar --info (all frontend tests will be at sonar with 100% coverage)

Sharing what I learned after a long time dedicated: