Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/javiergold112/java-starter-kit
https://github.com/javiergold112/java-starter-kit
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/javiergold112/java-starter-kit
- Owner: javiergold112
- Created: 2024-03-10T06:57:12.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-12-03T13:53:44.000Z (about 1 month ago)
- Last Synced: 2024-12-03T14:45:39.111Z (about 1 month ago)
- Language: Java
- Size: 111 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MoreApp Java Starter Kit
An example project to help you connect to the MoreApp API.
## Run
Change the `apiKey` and `customerId` fields in `src/main/resources/com/moreapp/starterkit/api.properties` and run;
```
./gradlew runExample
```