{"id":22953067,"url":"https://github.com/devorbitus/jhipstersampleapplication","last_synced_at":"2025-04-01T23:45:44.257Z","repository":{"id":74328430,"uuid":"105046197","full_name":"devorbitus/jhipsterSampleApplication","owner":"devorbitus","description":null,"archived":false,"fork":false,"pushed_at":"2017-09-27T17:08:21.000Z","size":114,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-07T15:34:40.288Z","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/devorbitus.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":"2017-09-27T17:08:15.000Z","updated_at":"2017-09-27T17:08:22.000Z","dependencies_parsed_at":"2023-07-07T17:00:10.386Z","dependency_job_id":null,"html_url":"https://github.com/devorbitus/jhipsterSampleApplication","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devorbitus%2FjhipsterSampleApplication","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devorbitus%2FjhipsterSampleApplication/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devorbitus%2FjhipsterSampleApplication/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devorbitus%2FjhipsterSampleApplication/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devorbitus","download_url":"https://codeload.github.com/devorbitus/jhipsterSampleApplication/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246730263,"owners_count":20824396,"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-12-14T15:52:14.324Z","updated_at":"2025-04-01T23:45:44.235Z","avatar_url":"https://github.com/devorbitus.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jhipsterSampleApplication\nThis application was generated using JHipster 4.8.2, you can find documentation and help at [http://www.jhipster.tech/documentation-archive/v4.8.2](http://www.jhipster.tech/documentation-archive/v4.8.2).\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    ./gradlew\n\n\nFor further instructions on how to develop with JHipster, have a look at [Using JHipster in development][].\n\n### Using angular-cli\n\nYou can also use [Angular CLI][] to generate some custom client code.\n\nFor example, the following command:\n\n    ng generate component my-component\n\nwill generate few files:\n\n    create src/main/webapp/app/my-component/my-component.component.html\n    create src/main/webapp/app/my-component/my-component.component.ts\n    update src/main/webapp/app/app.module.ts\n\n\n## Building for production\n\nTo optimize the jhipsterSampleApplication application for production, run:\n\n    ./gradlew -Pprod clean bootRepackage\n\nTo ensure everything worked, run:\n\n    java -jar build/libs/*.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    ./gradlew test\n### Other tests\n\nPerformance tests are run by [Gatling][] and written in Scala. They're located in [src/test/gatling](src/test/gatling) and can be run with:\n\n    ./gradlew gatlingRun\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.\nFor example, to start a mariadb database in a docker container, run:\n\n    docker-compose -f src/main/docker/mariadb.yml up -d\n\nTo stop it and remove the container, run:\n\n    docker-compose -f src/main/docker/mariadb.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    ./gradlew bootRepackage -Pprod buildDocker\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]: http://www.jhipster.tech\n[JHipster 4.8.2 archive]: http://www.jhipster.tech/documentation-archive/v4.8.2\n[Doing microservices with JHipster]: http://www.jhipster.tech/documentation-archive/v4.8.2/microservices-architecture/\n[Using JHipster in development]: http://www.jhipster.tech/documentation-archive/v4.8.2/development/\n[Service Discovery and Configuration with the JHipster-Registry]: http://www.jhipster.tech/documentation-archive/v4.8.2/microservices-architecture/#jhipster-registry\n[Using Docker and Docker-Compose]: http://www.jhipster.tech/documentation-archive/v4.8.2/docker-compose\n[Using JHipster in production]: http://www.jhipster.tech/documentation-archive/v4.8.2/production/\n[Running tests page]: http://www.jhipster.tech/documentation-archive/v4.8.2/running-tests/\n[Setting up Continuous Integration]: http://www.jhipster.tech/documentation-archive/v4.8.2/setting-up-ci/\n\n[Gatling]: http://gatling.io/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevorbitus%2Fjhipstersampleapplication","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevorbitus%2Fjhipstersampleapplication","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevorbitus%2Fjhipstersampleapplication/lists"}