python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to disable Spring Cloud Kubernetes in a Maven build
Running Spring Boot 2.6.6 and Spring Cloud 2021.0.1
I'm attempting to migrate an existing service to Kubernetes so I added a dependency on spring-cloud-starter-kubernetes-client-all. By default, I hav...
Faron
Votes: 0
Answers: 3
Heroku not allowing MavenCli do maven install (NoSuchElementException)
I'm working on a project where I need to run the maven install command in other projects. To resolve this, I used MavenCli which allows the execution of Maven commands by a Java Spring Boot project. A...

Gustavo Steinmetz
Votes: 0
Answers: 0
Error importing both google visions and storage
I am using spring boot, and cannot get both google storage and Vision to import. I currently have com.google.cloud.spring.storage.*;
but as for visions, com.google.cloud.visions or com.google.cloud.sp...

Jason Chan
Votes: 0
Answers: 1
maven error: Could not find artifact hosted in private github repository
Iam trying to pull an artifact hosted in github(company's private repo) but it is throwing an error:
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< com.my:package-order &...
manish
Votes: 0
Answers: 0