I try to use the Intellij for develop an Google App Engine application with Google Cloud SQL. How to configure the Cloud Sql access in the developpement launch ?
I add this in the VM options :
-Drdbms.server=hosted -Drdbms.hosted.instance=my-sql-project-id:test
-Drdbms.database=database -Drdbms.driver=com.google.cloud.sql.jdbc.Driver
But the Google Sql must be connected to the server via the oauth2 token.
With the Eclipse Google Plugin, the plugin connect to the database and automatically configure the connection.
Thanks,