https://github.com/dreadwarrior/osb-example
Open Service Broker API example
https://github.com/dreadwarrior/osb-example
Last synced: about 1 month ago
JSON representation
Open Service Broker API example
- Host: GitHub
- URL: https://github.com/dreadwarrior/osb-example
- Owner: dreadwarrior
- Created: 2021-07-27T02:37:41.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-27T02:38:07.000Z (almost 5 years ago)
- Last Synced: 2025-03-04T16:48:13.750Z (over 1 year ago)
- Language: Java
- Size: 75.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Open Service Broker API example
## Requirements
* Java 16
## Setup
* adjust `osb-example.user-name` and `osb-example.password` in
`application.properties` to your needs
* `./mvnw spring-boot:run`
## Test
* use `evoila/osb-checker-kotlin` to run integration tests
* tested on Java 11
* adjust `build.gradle`: `kotlinOptions.jvmTarget = "11"`
* adjust `RestAssureConfig` to allow OSB API version `2.16`
* put the following content into an `application.yml` in project root:
config:
url: http://localhost
port: 8080
apiVersion: 2.16
user: osb
password: example
* run the tests `./gradlew bootRun`