Member-only story

Integrate Google Cloud Vision with Spring Boot

Hamdi Bouallague
3 min readMar 20, 2021

--

1. Before you begin :

Create a Google Cloud Platform project with billing enabled.

Enable the Google Cloud Vision API from the “APIs & Services” menu of the Google Cloud Console.

Follow these steps from this link:

2. Create Spring boot application :

https://start.spring.io/

Dependencies: Spring Web, and Spring Boot DevTools.

After downloading and unzipping the project adds these dependencies :

spring-cloud-gcp-starter-vision and spring-cloud-gcp-dependencies

See pom.xml below :

--

--

Hamdi Bouallague
Hamdi Bouallague

Written by Hamdi Bouallague

I'm Hamdi, a software engineer 👨‍💻, and writer 📝

Responses (2)