jaxenter-showcase
jaxenter-showcase copied to clipboard
When I run this command from curl i am getting empty response `curl curl:password@localhost:8081/oauth/token\?grant_type=client_credentials`  Am I missing anything?
First of all, thank you for this great sample: I'm getting the follow error: ``` {"error":"server_error","error_description":"PreparedStatementCallback; uncategorized SQLException for SQL [insert into oauth_refresh_token (token_id, token, authentication) values (?, ?, ?)];...
Everything works great except the last step. The tokens don't seem to be successfully stored in the SQLite database. Every time I run a request with my new token I...