{"id":15775341,"url":"https://github.com/pascalgrimaud/jhipster-sample-application211019-1815","last_synced_at":"2025-06-21T12:39:58.266Z","repository":{"id":86175062,"uuid":"419001057","full_name":"pascalgrimaud/jhipster-sample-application211019-1815","owner":"pascalgrimaud","description":null,"archived":false,"fork":false,"pushed_at":"2021-10-19T16:16:07.000Z","size":128,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-10-11T17:03:46.446Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pascalgrimaud.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-10-19T16:15:55.000Z","updated_at":"2021-10-19T16:16:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"0855a9b3-1d68-4de5-8978-b94c7d4e1f8c","html_url":"https://github.com/pascalgrimaud/jhipster-sample-application211019-1815","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pascalgrimaud/jhipster-sample-application211019-1815","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pascalgrimaud%2Fjhipster-sample-application211019-1815","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pascalgrimaud%2Fjhipster-sample-application211019-1815/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pascalgrimaud%2Fjhipster-sample-application211019-1815/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pascalgrimaud%2Fjhipster-sample-application211019-1815/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pascalgrimaud","download_url":"https://codeload.github.com/pascalgrimaud/jhipster-sample-application211019-1815/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pascalgrimaud%2Fjhipster-sample-application211019-1815/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261126220,"owners_count":23113290,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-04T17:00:41.298Z","updated_at":"2025-06-21T12:39:53.251Z","avatar_url":"https://github.com/pascalgrimaud.png","language":"Java","readme":"# jhipsterSampleApplication\n\nThis application was generated using JHipster 7.3.1, you can find documentation and help at [https://www.jhipster.tech/documentation-archive/v7.3.1](https://www.jhipster.tech/documentation-archive/v7.3.1).\n\nThis is a \"microservice\" application intended to be part of a microservice architecture, please refer to the [Doing microservices with JHipster][] page of the documentation for more information.\nThis application is configured for Service Discovery and Configuration with the JHipster-Registry. On launch, it will refuse to start if it is not able to connect to the JHipster-Registry at [http://localhost:8761](http://localhost:8761). For more information, read our documentation on [Service Discovery and Configuration with the JHipster-Registry][].\n\n## Development\n\nTo start your application in the dev profile, run:\n\n```\n./mvnw\n```\n\nFor further instructions on how to develop with JHipster, have a look at [Using JHipster in development][].\n\n### JHipster Control Center\n\nJHipster Control Center can help you manage and control your application(s). You can start a local control center server (accessible on http://localhost:7419) with:\n\n```\ndocker-compose -f src/main/docker/jhipster-control-center.yml up\n```\n\n## Building for production\n\n### Packaging as jar\n\nTo build the final jar and optimize the jhipsterSampleApplication application for production, run:\n\n```\n./mvnw -Pprod clean verify\n```\n\nTo ensure everything worked, run:\n\n```\njava -jar target/*.jar\n```\n\nRefer to [Using JHipster in production][] for more details.\n\n### Packaging as war\n\nTo package your application as a war in order to deploy it to an application server, run:\n\n```\n./mvnw -Pprod,war clean verify\n```\n\n## Testing\n\nTo launch your application's tests, run:\n\n```\n./mvnw verify\n```\n\nFor more information, refer to the [Running tests page][].\n\n### Code quality\n\nSonar is used to analyse code quality. You can start a local Sonar server (accessible on http://localhost:9001) with:\n\n```\ndocker-compose -f src/main/docker/sonar.yml up -d\n```\n\nNote: we have turned off authentication in [src/main/docker/sonar.yml](src/main/docker/sonar.yml) for out of the box experience while trying out SonarQube, for real use cases turn it back on.\n\nYou can run a Sonar analysis with using the [sonar-scanner](https://docs.sonarqube.org/display/SCAN/Analyzing+with+SonarQube+Scanner) or by using the maven plugin.\n\nThen, run a Sonar analysis:\n\n```\n./mvnw -Pprod clean verify sonar:sonar\n```\n\nIf you need to re-run the Sonar phase, please be sure to specify at least the `initialize` phase since Sonar properties are loaded from the sonar-project.properties file.\n\n```\n./mvnw initialize sonar:sonar\n```\n\nFor more information, refer to the [Code quality page][].\n\n## Using Docker to simplify development (optional)\n\nYou can use Docker to improve your JHipster development experience. A number of docker-compose configuration are available in the [src/main/docker](src/main/docker) folder to launch required third party services.\n\nFor example, to start a postgresql database in a docker container, run:\n\n```\ndocker-compose -f src/main/docker/postgresql.yml up -d\n```\n\nTo stop it and remove the container, run:\n\n```\ndocker-compose -f src/main/docker/postgresql.yml down\n```\n\nYou can also fully dockerize your application and all the services that it depends on.\nTo achieve this, first build a docker image of your app by running:\n\n```\n./mvnw -Pprod verify jib:dockerBuild\n```\n\nThen run:\n\n```\ndocker-compose -f src/main/docker/app.yml up -d\n```\n\nFor more information refer to [Using Docker and Docker-Compose][], this page also contains information on the docker-compose sub-generator (`jhipster docker-compose`), which is able to generate docker configurations for one or several JHipster applications.\n\n## Continuous Integration (optional)\n\nTo configure CI for your project, run the ci-cd sub-generator (`jhipster ci-cd`), this will let you generate configuration files for a number of Continuous Integration systems. Consult the [Setting up Continuous Integration][] page for more information.\n\n[jhipster homepage and latest documentation]: https://www.jhipster.tech\n[jhipster 7.3.1 archive]: https://www.jhipster.tech/documentation-archive/v7.3.1\n[doing microservices with jhipster]: https://www.jhipster.tech/documentation-archive/v7.3.1/microservices-architecture/\n[using jhipster in development]: https://www.jhipster.tech/documentation-archive/v7.3.1/development/\n[service discovery and configuration with the jhipster-registry]: https://www.jhipster.tech/documentation-archive/v7.3.1/microservices-architecture/#jhipster-registry\n[using docker and docker-compose]: https://www.jhipster.tech/documentation-archive/v7.3.1/docker-compose\n[using jhipster in production]: https://www.jhipster.tech/documentation-archive/v7.3.1/production/\n[running tests page]: https://www.jhipster.tech/documentation-archive/v7.3.1/running-tests/\n[code quality page]: https://www.jhipster.tech/documentation-archive/v7.3.1/code-quality/\n[setting up continuous integration]: https://www.jhipster.tech/documentation-archive/v7.3.1/setting-up-ci/\n[node.js]: https://nodejs.org/\n[npm]: https://www.npmjs.com/\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpascalgrimaud%2Fjhipster-sample-application211019-1815","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpascalgrimaud%2Fjhipster-sample-application211019-1815","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpascalgrimaud%2Fjhipster-sample-application211019-1815/lists"}