https://github.com/killbill/killbill-client-java-example
Example project using the Kill Bill Java client
https://github.com/killbill/killbill-client-java-example
Last synced: about 1 year ago
JSON representation
Example project using the Kill Bill Java client
- Host: GitHub
- URL: https://github.com/killbill/killbill-client-java-example
- Owner: killbill
- Created: 2021-04-15T11:49:10.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-02-04T00:24:53.000Z (over 3 years ago)
- Last Synced: 2025-03-26T08:12:36.533Z (about 1 year ago)
- Language: Java
- Size: 9.77 KB
- Stars: 0
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# killbill-client-java-example
Example project that demonstrates how to use the Kill Bill Java client. For a detailed tutorial, please refer to our [docs](https://docs.killbill.io/latest/java_client.html)
## Build
```
mvn clean install
```
## Run
Ensure Kill Bill is running (either on [AWS](https://docs.killbill.io/latest/getting_started.html#_aws_one_click) or via [Docker](https://docs.killbill.io/latest/getting_started.html#_docker) or in [Tomcat](https://docs.killbill.io/latest/getting_started.html#_tomcat)) or [standalone](https://docs.killbill.io/latest/development.html#_running_the_application) and run the following command:
```
mvn test
```