{"id":19347085,"url":"https://github.com/dvgaba/jhipstersampleapplication","last_synced_at":"2025-10-07T20:13:27.693Z","repository":{"id":153408016,"uuid":"139305024","full_name":"dvgaba/jhipsterSampleApplication","owner":"dvgaba","description":null,"archived":false,"fork":false,"pushed_at":"2018-07-01T06:15:32.000Z","size":110,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-24T09:44:53.370Z","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/dvgaba.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":"2018-07-01T06:15:26.000Z","updated_at":"2018-07-01T06:15:34.000Z","dependencies_parsed_at":"2023-04-19T14:47:48.456Z","dependency_job_id":null,"html_url":"https://github.com/dvgaba/jhipsterSampleApplication","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dvgaba/jhipsterSampleApplication","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dvgaba%2FjhipsterSampleApplication","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dvgaba%2FjhipsterSampleApplication/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dvgaba%2FjhipsterSampleApplication/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dvgaba%2FjhipsterSampleApplication/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dvgaba","download_url":"https://codeload.github.com/dvgaba/jhipsterSampleApplication/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dvgaba%2FjhipsterSampleApplication/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278838434,"owners_count":26054720,"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","status":"online","status_checked_at":"2025-10-07T02:00:06.786Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-11-10T04:13:51.226Z","updated_at":"2025-10-07T20:13:27.635Z","avatar_url":"https://github.com/dvgaba.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jhipsterSampleApplication\nThis application was generated using JHipster 5.0.1, you can find documentation and help at [https://www.jhipster.tech/documentation-archive/v5.0.1](https://www.jhipster.tech/documentation-archive/v5.0.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.\n\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, simply run:\n\n    ./mvnw\n\n\nFor further instructions on how to develop with JHipster, have a look at [Using JHipster in development][].\n\n\n### Doing API-First development using openapi-generator\n\n[OpenAPI-Generator]() is configured for this application. You can generate API code from the `src/main/resources/swagger/api.yml` definition file by running:\n```bash\n./mvnw generate-sources\n```\nThen implements the generated delegate classes with `@Service` classes.\n\nTo edit the `api.yml` definition file, you can use a tool such as [Swagger-Editor](). Start a local instance of the swagger-editor using docker by running: `docker-compose -f src/main/docker/swagger-editor.yml up -d`. The editor will then be reachable at [http://localhost:7742](http://localhost:7742).\n\nRefer to [Doing API-First development][] for more details.\n\n## Building for production\n\nTo optimize the jhipsterSampleApplication application for production, run:\n\n    ./mvnw -Pprod clean package\n\nTo ensure everything worked, run:\n\n    java -jar target/*.war\n\n\nRefer to [Using JHipster in production][] for more details.\n\n## Testing\n\nTo launch your application's tests, run:\n\n    ./mvnw clean test\n\nFor more information, refer to the [Running tests 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 couchbase database in a docker container, run:\n\n    docker-compose -f src/main/docker/couchbase.yml up -d\n\nTo stop it and remove the container, run:\n\n    docker-compose -f src/main/docker/couchbase.yml down\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    ./mvnw verify -Pprod dockerfile:build dockerfile:tag@version dockerfile:tag@commit\n\nThen run:\n\n    docker-compose -f src/main/docker/app.yml up -d\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 5.0.1 archive]: https://www.jhipster.tech/documentation-archive/v5.0.1\n[Doing microservices with JHipster]: https://www.jhipster.tech/documentation-archive/v5.0.1/microservices-architecture/\n[Using JHipster in development]: https://www.jhipster.tech/documentation-archive/v5.0.1/development/\n[Service Discovery and Configuration with the JHipster-Registry]: https://www.jhipster.tech/documentation-archive/v5.0.1/microservices-architecture/#jhipster-registry\n[Using Docker and Docker-Compose]: https://www.jhipster.tech/documentation-archive/v5.0.1/docker-compose\n[Using JHipster in production]: https://www.jhipster.tech/documentation-archive/v5.0.1/production/\n[Running tests page]: https://www.jhipster.tech/documentation-archive/v5.0.1/running-tests/\n[Setting up Continuous Integration]: https://www.jhipster.tech/documentation-archive/v5.0.1/setting-up-ci/\n\n\n[OpenAPI-Generator]: https://openapi-generator.tech\n[Swagger-Editor]: http://editor.swagger.io\n[Doing API-First development]: https://www.jhipster.tech/documentation-archive/v5.0.1/doing-api-first-development/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdvgaba%2Fjhipstersampleapplication","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdvgaba%2Fjhipstersampleapplication","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdvgaba%2Fjhipstersampleapplication/lists"}