python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
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
How to package a spring boot project using spring data elastcsearch with maven without skiping test?
I'm putting together a spring boot project that uses spring boot elasticsearch, the plan is to package the project on my local machine as a .jar file, send it to my offsite server, and run it.
On my s...
Morris Town
Votes: 0
Answers: 0
dependency is packaged with provided scope in spring boot
I want to package the spring boot jar without the javafaker dependency. I am using the Javafaker dependency and want it to be loaded only during dev time.
<dependency>
<groupId>com.githu...
zilcuanu
Votes: 0
Answers: 1
How to integrate 3 database tables in sql using springboot
I am creating the admin page for mobile recharge website using spring boot and SQL for backend. I have created separate tables for storing plans of prepaid, postpaid and add-ons. Now I would like to i...
Keerthi Senthil
Votes: 0
Answers: 1