Hi actually I installed eclipse than import spring boot project, I am not able to run project is there any prereuisites for running?

|
NuggetWeasley 2022-06-27 19:43:48
Mysql
Kishore_thatavarthi 2022-06-27 19:44:05
You can add that dependency and check
NuggetWeasley 2022-06-27 19:44:20
I have added mysql-connector-java dependency
NuggetWeasley 2022-06-27 19:44:34
NuggetWeasley 2022-06-27 19:44:20
I have added mysql-connector-java dependency

*already

Kishore_thatavarthi 2022-06-27 19:45:14
Ok dialect ?
Kishore_thatavarthi 2022-06-27 19:45:55
Did u add dialect in the property file?
NuggetWeasley 2022-06-27 19:47:30
Just added
Modi_34 2022-06-27 19:48:05
Hi actually I installed eclipse than import spring boot project, I am not able to run project is there any prereuisites for running?
Kishore_thatavarthi 2022-06-27 19:48:23
NuggetWeasley 2022-06-27 19:47:30
Just added

Did u ran?

NuggetWeasley 2022-06-27 19:50:49
Still getting the same error
Kishore_thatavarthi 2022-06-27 19:51:04
Can u show
Kishore_thatavarthi 2022-06-27 19:52:05
After spring boot application why u added paranthesis
Modi_34 2022-06-27 19:52:25
springbootmicroservices-65120.jpg

Modi_34 2022-06-27 19:52:44
Anyone tell. Me how can I resolve 1st time I am using in this system
Manav Patel 2022-06-27 19:53:28
i think you enter wrong driver url in application.properties file
2022-06-27 19:53:44
Modi_34 2022-06-27 19:52:25

Check url in properties file

2022-06-27 19:53:52
Show ur properties file
G Vk 2022-06-27 19:54:01
Db access url u r entered wrong
Modi_34 2022-06-27 19:54:11
2022-06-27 19:53:44
Check url in properties file

It’s blank bro

Modi_34 2022-06-27 19:54:30
What I need to add?
Manav Patel 2022-06-27 19:54:35
which db you are using
2022-06-27 19:54:43
Modi_34 2022-06-27 19:54:11
It’s blank bro

Which database

Modi_34 2022-06-27 19:55:03
2022-06-27 19:54:43
Which database

Mysql workbench

shiv 2022-06-27 19:55:13
springbootmicroservices-65133.jpg

tr7tr5 2022-06-27 19:55:32
NuggetWeasley 2022-06-27 19:00:29
Iam getting this error:Sources must not be empty

Run your application from main class.. not the entire project

Modi_34 2022-06-27 19:55:48
Ok I am adding these
Can you tell me we need to setup tomcat?
Manav Patel 2022-06-27 19:56:41
and also you need to make one database
“jdbc:mysql://localhost:3306/restapi” if you enter this then need to make restapi database in the mysql
Manav Patel 2022-06-27 19:59:12
anyone tell me which topic is important for the spring boot microservice
Ram 2022-06-27 19:59:15
Modi_34 2022-06-27 19:55:48
Ok I am adding these
Can you tell me we need to setup tomcat?

Go to Web and search Mvn repository and search tomcat jasper and put into your pom. Xml

Manav Patel 2022-06-27 19:59:44
bcz currently i am learning spring boot microservice
|