An open API service indexing awesome lists of open source software.

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

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/