https://github.com/baskeboler/mymicroserviceapp
jhipster microservice app demo
https://github.com/baskeboler/mymicroserviceapp
Last synced: 9 months ago
JSON representation
jhipster microservice app demo
- Host: GitHub
- URL: https://github.com/baskeboler/mymicroserviceapp
- Owner: baskeboler
- Created: 2016-05-21T10:56:03.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-13T16:49:54.000Z (almost 10 years ago)
- Last Synced: 2025-07-19T13:50:44.548Z (11 months ago)
- Language: Java
- Size: 111 KB
- Stars: 1
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mymicroserviceapp
This application was generated using JHipster, you can find documentation and help at [https://jhipster.github.io](https://jhipster.github.io).
## Development
Before you can build this project, you must install and configure the following dependencies on your machine:
## Building for production
To optimize the mymicroserviceapp client for production, run:
./gradlew -Pprod clean bootRepackage
To ensure everything worked, run:
java -jar build/libs/*.war --spring.profiles.active=prod
## Continuous Integration
To setup this project in Jenkins, use the following configuration:
* Project name: `mymicroserviceapp`
* Source Code Management
* Git Repository: `git@github.com:xxxx/mymicroserviceapp.git`
* Branches to build: `*/master`
* Additional Behaviours: `Wipe out repository & force clone`
* Build Triggers
* Poll SCM / Schedule: `H/5 * * * *`
* Build
* Invoke Gradle script / Use Gradle Wrapper / Tasks: `-Pprod clean test bootRepackage`
* Post-build Actions
* Publish JUnit test result report / Test Report XMLs: `build/test-results/*.xml`
[JHipster]: https://jhipster.github.io/