Cloudinary Java SDK playground
- Create a copy of src/main/resources/.env.example and name it src/main/resources/.env
- Add your cloud name, API key and API secret to src/main/resources/.env, for example:
CLOUD_NAME=cloud1
API_KEY=key123
API_SECRET=secret123
- Open the project in vscode, and make sure to install the following extensions:
- vscjava.vscode-java-pack
- vscjava.vscode-maven
- vscjava.vscode-java-debug
- vscjava.vscode-java-dependency
- Open command pallette (cmd+shift+P), and make sure to install JDK and configuring java runtime (use "java: " prefix fo find those commands)
- Run relevant file using cmd+shift+D