HelloWorld-Java
HelloWorld-Java copied to clipboard
Starter app in Java using OAuth2 that demonstrates how to make a QBO API Call
Added the ClientId and ClientSecret
While launching the helloworld am getting this exception: com.intuit.oauth2 : Exception while making httpRequest javax.net.ssl.SSLHandshakeException: Remote host closed connection during handshake com.intuit.oauth2 : Exception while calling discovery document com.intuit.oauth2.exception.InvalidRequestException: Remote...
ISSUE: - After I clone the Repo and fill in the application.properties, I try to run `./gradlew.bat bootRun` on Windows terminal and I get the following output: ****** Welcome to...