Skip to content

lbendavid-cloudinary/java-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

java-sdk

Cloudinary Java SDK playground

  1. Create a copy of src/main/resources/.env.example and name it src/main/resources/.env
  2. 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
  1. 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
  1. Open command pallette (cmd+shift+P), and make sure to install JDK and configuring java runtime (use "java: " prefix fo find those commands)

Screen Shot 2023-01-02 at 15 59 44

  1. Run relevant file using cmd+shift+D

Screen Shot 2023-01-02 at 16 01 35

About

Cloudinary Java SDK playground

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published