One more awesome video!! I have followed all the springboot videos but skipped Mongodb. But you in this video is not only my expert to introduce it but implementing it live in project.And its so easy to understand. You are my savior !!
Everything's Perfect Mr.Navin👏🏻 Pls do videos on projects like this with My sql Db & with the frontend part with angular as well, that'll be helpful people like me with the angular & SpringBoot background 🤓
After completing the back end I encountered error code 500 while searching through keyword in Postman. Explained very well line by line and this helped me to understand the working of project thank you so much.
hi sir ,there are many people to explain different topics, courses and content in hindi but there are some people in telugu to explain in depth. we all hope you will also explain in telugu for better understanding
Sir plz tell me how to inser elements to an array at runtime without specifing array size Many time in coding questions They mentioned that we have to take one array but while giving input they didn't ask to enter array size but directly adding elements to an array. K if there is one test case then k based on input we can set array size but if there is more than one test cases ☹️ For example Input 1: |**|*|* Input 2: [1,1] Input 3: [5,6] Problem is to find * between two bars in the index (1,5) so |**|* then * count is: 2 i.e |**| And * between (1,6) is |**|*| so * count is 3. So Output is [2,3] In this question [1,1] i can take array size as 2 and for [5,6] size as 2 If in another test case if they given Like this [1,2,1] and [5,6,6] Then arraysize should change know? But I am not getting how to solve problems like this,plz give me a solution for this sir
Im getting @Autowired issue : The injection point has the following annotations: - @org.springframework.beans.factory.annotation.Autowired(required=true) Action: Consider defining a bean of type 'com.student.info.system.demo.PostRepository' in your configuration.
It does not work unless I put all the controllers and models and main application class in the same package. I even tried to use @ComponentScan but the API calls were not even reaching the controller
Just completed the video on Java/SpringBoot/MongoDB the 1:15min video - I'm wondering if there is a video on the REACT front end that you created for this java project
Sir ,you don't know how much i get ur help by watching ur python videos,i m kindly thankful to you,you are really appreciable "THE" teacher FOR me because of your way of explaining problems solution 🙌🙌🙌🙌♥️♥️♥️♥️♥️♥️💜💜♥️♥️♥️♥️♥️♥️♥️♥️🙌🙌🙌🙌
One question i have related to spring boot and react is whenever we refresh url after deploy project to aws that gateway always redirect to base url I want to stay on same page only what we can do so redirecting to index html work ?
Is mongodb cluster on AWS is free? It does not ask for AWS credentials? Also can I use the free cluster for commercial purposes? Please make video on TLS enabled mongodb connection from springboot, if you have any please share.
yup my error says : An attempt was made to call a method that does not exist. The attempt was made from the following location: org.springframework.plugin.core.support.AbstractTypeAwareSupport$BeansOfTypeTargetSource.(AbstractTypeAwareSupport.java:135)
Please I have been coding along exactly with Java Spring boot but at a point i am getting prematurely reached end of stream when i want to fetch all documents using swagger
Divide your whole java core part in 3 phase, in first phase learn datatype, variable,use of loop and conditional. Second phase learn oops and in thread phase learn multithreading, wrapppere class like things.
Java specially designed to develop web-based, network-centric or enterprise applications. It includes the concepts like Servlet, JSP, JDBC, RMI, Socket programming.
Sir , I am stuck to integrate springboot with the mongodb as it is showing error like javax.net.ssl.SSLException: Received fatal alert: internal_error , com.mongodb.MongoSocketWriteException: Exception sending message , I have tried it with jdk 11.8 and java 17 but issue continues would you guide me how can I solve it
Hi sir, i want to enroll in your full stack java developer course on iNeuron, but i have doubt regarding to this course that does this course have prerecorded lectures of all topics, because i i can't attend your class on given schedule.
One more awesome video!! I have followed all the springboot videos but skipped Mongodb. But you in this video is not only my expert to introduce it but implementing it live in project.And its so easy to understand. You are my savior !!
Everything's Perfect Mr.Navin👏🏻 Pls do videos on projects like this with My sql Db & with the frontend part with angular as well, that'll be helpful people like me with the angular & SpringBoot background 🤓
Oh my god , I too want same tech stack sir
After completing the back end I encountered error code 500 while searching through keyword in Postman. Explained very well line by line and this helped me to understand the working of project thank you so much.
Best tutorial for Java full stack development ❤
Can we use it as major projects
Sir, also kindly make a video on how the UI works with this project. I'm unable to understand the UI part.
Yes please make a video on UI part.
+1
Excellent Navin, nicely explained. I watched your videos on Java & Spring Boot earlier.
I suggest to use 'SpringDoc OpenAPI Starter WebMVC UI' instead of using swagger2.
This video is a unique one on TH-cam sir! you've nailed it :)
Your speaks so easy to understand.because I learning that.but it’s difficult for me 😅Thanks a lot
Just starting this course. Thanks for sharing!
Please do make more such Vedios on Java backend developer projects. N this Vedio is really helpful tq
I'm comming from Nest JS and is so similar. Thank you so much for this videos.
Nice project, simple but very well explained making us to think at any step...👏👏👏
Hi Navin,
Can you please make a small video on how MongoDB + SpringBoot works with Cascade?
You're my father that i lost telusko.... you're really carnalities... i love you
Sir can you please make a video on UI part as well for this same project...
Please
Thank you for this very helpful video Telusko, you explain things very well and clearly for beginners, and I was able to follow along with ease!
not working for me which version u used
Nice video sir, but video quality is 360p only. Please give us the option of high quality...
1080p
Check your connection bro, for me it is showing 4k so
@@dailydoseofvideos8550 yeah now its available for me.
Maja hi aa gaya, kitna mast tutorial tha
50:42 aggregation search ,sort , limit
am i missing something? where is the part to show how to do the react front end? the react is missing......hmmmm...
Sir you are a legend love from iraq
Can you make a video on microservices? I am a big fan of yours and thrive in the industry because of your videos.
Could you please explain solid with Java and please make an example without math.
Frontend connection was so confusing . Not getting please make a video on connection part
at 44:02, I was not able to view the host replicas in my machine
hi sir ,there are many people to explain different topics, courses and content in hindi but there are some people in telugu to explain in depth. we all hope you will also explain in telugu for better understanding
Sir plz tell me how to inser elements to an array at runtime without specifing array size
Many time in coding questions
They mentioned that we have to take one array but while giving input they didn't ask to enter array size but directly adding elements to an array.
K if there is one test case then k based on input we can set array size but if there is more than one test cases ☹️
For example
Input 1: |**|*|*
Input 2: [1,1]
Input 3: [5,6]
Problem is to find * between two bars in the index (1,5) so |**|* then * count is: 2 i.e |**|
And * between (1,6) is |**|*| so * count is 3.
So
Output is [2,3]
In this question [1,1] i can take array size as 2 and for [5,6] size as 2
If in another test case if they given
Like this [1,2,1] and [5,6,6]
Then arraysize should change know?
But I am not getting how to solve problems like this,plz give me a solution for this sir
Input 1: |xx|x|x
does this whole project contains springboot ,mongodb and react or only springboot ,mongodb plese tell me im asking for my internship proj
Fantastic video!! Thank you sir
Pls do a big spring boot project
Is there a video on the REACT portion of this project?
Hello Navin,
If I decide not to use swagger, how can I see if my code works or not ?
I guess you can just use React; right?
sir, does id should be auto generative?? because in your case id value is showing something else...
Can you please upload the json sample file as well if possible
instead of swagger can we do api testing on postman
make a playlist for complete Solana Developement and concepts for solana Blockchain, hope for an answer
Amazing video!!!!!!!!!!!!
Im getting @Autowired issue : The injection point has the following annotations:
- @org.springframework.beans.factory.annotation.Autowired(required=true)
Action:
Consider defining a bean of type 'com.student.info.system.demo.PostRepository' in your configuration.
I am facing same problem,did get you solution of this?If yes ,can you please share with me?
tq sir ,your explaitation is very good sir
Hello bro have you implemented this on your system?
It does not work unless I put all the controllers and models and main application class in the same package. I even tried to use @ComponentScan but the API calls were not even reaching the controller
It was a minute detail the controller, model folders were supposed to be inside application package
Just completed the video on Java/SpringBoot/MongoDB the 1:15min video - I'm wondering if there is a video on the REACT front end that you created for this java project
i don't see that part, it's missing from this video.
Sir ,you don't know how much i get ur help by watching ur python videos,i m kindly thankful to you,you are really appreciable "THE" teacher FOR me because of your way of explaining problems solution 🙌🙌🙌🙌♥️♥️♥️♥️♥️♥️💜💜♥️♥️♥️♥️♥️♥️♥️♥️🙌🙌🙌🙌
Love your videos
Can we use jsp backend with react front end?
One question i have related to spring boot and react is whenever we refresh url after deploy project to aws that gateway always redirect to base url I want to stay on same page only what we can do so redirecting to index html work ?
Waiting for answer
🤣🤣 we have to trust, we don't have a choice, you had me there.
Could SQL have the same function as MongoDB in this project? I mean will SQL also allow us to search both title and tech skills?
thankyou, its great project.
25:12 what's the shortcut key you use to import packages i'm very confused
just hover over the red line and it will give you option to import the package.
Option + Return on Mac
@@dhanyaabharadwaj1575 thnk u
Is mongodb cluster on AWS is free? It does not ask for AWS credentials? Also can I use the free cluster for commercial purposes? Please make video on TLS enabled mongodb connection from springboot, if you have any please share.
Great tutorial Sir, and very easy to follow along and understand. Though I have a question. Is the json data inserted in the mongodb available?
yes in the spring mongodb main file names as jsondata. Check it.
@@pathshala-mb7yz thanks man
Sir pls make a project with security
Respects and regards 💯 sir 🙏🏻
Can we implement ACID property in Springboot for mongoDB. If so, how can we implement it.
next time try to do Delete method having id
I am using the same code same configuration but I am getting the "no operation defined in spec" please help me out with this issue
what if i want to perform CRUD operation for more than 1 collection? is this possible on swagger ui?
you are amazing sir..........
Is it for using that cloud services we have to pay
Is document strictly mongdb verbage? I thought a row corresponded to an item.
pls any one can tell me where to store react code?
Sir for frontend also you have created any vedio like you explained backend in this vedio
how can i create table with schema using springboot and mongodb
🔴 The comment is in Depth, plz read it clearly.
🟡 About Mr.Navin Reddy.
🟢 Mr.Navin Reddy's mind is Created not Made.
Can I make this project without learning basics of mongodb
sir how to open swagger ui html using localhost I configured perfectly but im unable to open localhost swagger ui html
Hi Suryaprakash!
I'm facing the same issue, did you come across how to fix the issue. If yes, then could you please share it here.
yup my error says : An attempt was made to call a method that does not exist. The attempt was made from the following location:
org.springframework.plugin.core.support.AbstractTypeAwareSupport$BeansOfTypeTargetSource.(AbstractTypeAwareSupport.java:135)
Sir Java se ke sat MySQL database use Krna kaisa hai 0:53
Sir I would like to join the java fullstack developer course.Can working professionals join this course???? Pls reply
Yes
DynamoDB does not use databases; right?
How to solve the unsatisfiedDependencyException: Error creating bean with name ?????
Hey can you just help me out! Whenever i run my code it runs and in last it says process finished with exit code 1 and my 8080 port gives error?
change the port from application properties
How to do same project using neo4j database
Plz do more projects sir
If working on localhost not on cloud so then search will not work and their is no option to work with mongo db compass on local system
Yes sir how may I connect ?
Mvn repository versions are not working
Can I deploy this project.?
Show yourself a lion than a cat
Where is the GitHub link of the project
Hello Sir, Can non technical person join your full stack java developer course? And in that are you going to cover real time projects?
swagger is not working
Please I have been coding along exactly with Java Spring boot but at a point i am getting prematurely reached end of stream when i want to fetch all documents using swagger
You ip address of mongodb has got changed,modify it...
Hey facing same error. How did you solved it?
Heyy, same here as well! Was anyone able to solve it?
Hi sir, can u pls do the roadmap of Java to learn from the basics.
Divide your whole java core part in 3 phase, in first phase learn datatype, variable,use of loop and conditional. Second phase learn oops and in thread phase learn multithreading, wrapppere class like things.
@@teluskosupport1 thank u sir, and one more doubt what are the topics to learn advance Java pls tel me
Java specially designed to develop web-based, network-centric or enterprise applications. It includes the concepts like Servlet, JSP, JDBC, RMI, Socket programming.
@@teluskosupport1 thank u sir 😊
Sir , I am stuck to integrate springboot with the mongodb as it is showing error like javax.net.ssl.SSLException: Received fatal alert: internal_error , com.mongodb.MongoSocketWriteException: Exception sending message , I have tried it with jdk 11.8 and java 17 but issue continues would you guide me how can I solve it
did it get resolved?
yes sir
Ya@@dhanyaabharadwaj1575
@@BTEEEVANSH Hey am getting same error can you help with that
It is due to IP error in the mongodb , I have updated IP allowed to all
may I have the json data file please? thanks
Sir pls tell about junit testing also
i am facing an exception called socketReadException please helpsir
I am facing many errors one by one. this is not a good video. wasted many hours.
Love u bro😘😘
Hi sir, i want to enroll in your full stack java developer course on iNeuron, but i have doubt regarding to this course that does this course have prerecorded lectures of all topics, because i i can't attend your class on given schedule.
yes
Awesome😍
sir, Unable to find the pom.xml find in Intellij 🤕
Same here, did you find any soln. to it?
very good
Anyone search is not working whenever I search it gives me error pls can someone help me
have you fixed an error? I am facing Server error when I send search request
Nice
Thnks!!
51:40 not working
Who is this Sagar that created the Sagar API? Is he a great scientist?
😂
i need joblist documents
15:22 wr can I get that dada
🙏😚😚😚😚😚😚love you sir tnx