@SpringBootApplication public class WebhookApplication extends Object
| Constructor and Description |
|---|
WebhookApplication() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.egit.github.core.client.GitHubClient |
getGitHubClient()
Get a
GitHubClient. |
com.google.gson.JsonParser |
getJsonParser()
Get a
JsonParser. |
static void |
main(String[] args)
Start the web application.
|
public static void main(String[] args)
args - the application arguments@Bean public org.eclipse.egit.github.core.client.GitHubClient getGitHubClient()
GitHubClient.GitHubClient@Bean public com.google.gson.JsonParser getJsonParser()
JsonParser.JsonParserCopyright © 2017 Pivotal Software, Inc.. All rights reserved.