Thank you for this video! I have been searching for a tutorial on SOAP Webservices because of a project requirement. Unfortunately, there are very few recent tutorials available on this topic, and the ones I have found are quite outdated, some being as old as five or eight years. I was wondering if you could create a SOAP tutorial playlist or some new videos on the subject or a SOAP based Spring Boot project. Regardless, thank you again for providing excellent learning content!
Hello sir thankyou for this video please make a video on Voting Web app using Spring boot by using firebase database which contains following things Create a Voting app in springboot 1)the user should login with username and password 2)or else user not exist then register the user in registration page 3)also create the admin page with default username and password i.e admin admin 4)create the voting page with 4 candidates and store the votes in db 5)the voter should only vote 1 then display voted succefully if voted again display you already voted. 6)the admin should be able to count the vote.
Hi Sir, i have a doubt suppose i want to use 2 rdbms database one as primary and other as backup database so if i want to persist all entities to both database and retrieve the data only from primary database via repository how to configure the spring boot application
@memeindia7658 write it by your self , Configure different db data source and maintain a seperate package of repositories for each db and configure the package of respective db in their respective db configuration Conclusion it feels dedundent and complex but after doing it you may feel good try to do by yourself with some help
Sir ek request h aap se jo advance java ka use karke aapne techblog ka project karaya tha usse front end pe sb post ko kaise dikhaye aur usko live karna ho to kaise kare plz ek video bana de plz
Please make a video on connecting two databases with two different jpa provider. For example connect with MySQL with hiberbate and connect with postgresql using Eclipselink.
Thanks for such a nice contents! Is it possible to not create entity and only create the required DTOs (for the operation purpose only), and perform the database operation. LIke in some cases we have already given already created databases. we just need to perform the operation on it. LIke fetch the student details or patch some data.
Sir ek video spring boot with angular based application deploy on AWS ECS fargate and angular deploy on S3 with cloudfront pe bana dijiye aor database MongoDB. Kunki sir aapki video bahut acchi aor samjh me aati hai
Thanks for this video. How can I use same technique when my application needs to connect to different dbs of same type for different regions. e.g. different instance of oracle for multiple regions. My entities are same in this case only data source is different.
Thanks for valuable guidance. But in industry some application have entities & repo are same i.e. a complication level is too high as compare with above example. Kindly guide a rest api with same entities, repo & same business logic in service class communicating with two schema of MySQL DB with CRUD Operations. The DB has been changed by dropdown at frontend. This is one of the realtime scenario in industry.
Bro can you accept this challenge I want to create multiple databases in the same database vendor that is MYSQL or postgrace the platform only I'll create more data bases(ind,us, uk). Same entities same repositories everything but based up on the country code if I pass indsame entities same repositories every if I pass India , data need to get or set to India database and if a past country code as UK then it has to get and set data from uk db
bhai tu direct source code ki link kyu nhi deta???? phle website ke andar se dudho source code kha pada hua hai. website ki link deke bewakoof bna rha hai sbko, ki pagalo ki trh dudhte firo source code. Github ki link de diya kr
You are the reason I believe Springboot can be easily understood ❤️
Wonderful way of presentation and exhalation each topics. I learned many things form you sir. thanks so much for wonderful session
Thank you for this video! I have been searching for a tutorial on SOAP Webservices because of a project requirement.
Unfortunately, there are very few recent tutorials available on this topic, and the ones I have found are quite outdated, some being as old as five or eight years. I was wondering if you could create a SOAP tutorial playlist or some new videos on the subject or a SOAP based Spring Boot project.
Regardless, thank you again for providing excellent learning content!
Thanks but it’d have been great if you had explained why we do and what these are like what is transactional manager ?
Hello sir thankyou for this video
please make a video on Voting Web app using Spring boot by using firebase database which contains following things
Create a Voting app in springboot
1)the user should login with username and password
2)or else user not exist then register the user in registration page
3)also create the admin page with default username and password i.e admin admin
4)create the voting page with 4 candidates and store the votes in db
5)the voter should only vote 1 then display voted succefully if voted again display you already voted.
6)the admin should be able to count the vote.
badhiya ji🔥
Thank you for the valuable content always 🙏🙏🙏
very throughly explaination.👍
Sir plz make videos on full-stack e-commerce project including payment method & registration with Mob no & email.
Awaited❤️❤️
can we create two port for two different database
you are great Sir, very nice.
thanks for your support
Spring Boot 3 use kren ke liye minimum Java version kya hona chahiye?
I think, java 8 Spring Boot 3 ko support nhi krta hai.
Hi Sir, i have a doubt suppose i want to use 2 rdbms database one as primary and other as backup database so if i want to persist all entities to both database and retrieve the data only from primary database via repository how to configure the spring boot application
where i can get source code pls replay anyone
@memeindia7658 write it by your self ,
Configure different db data source and maintain a seperate package of repositories for each db and configure the package of respective db in their respective db configuration
Conclusion it feels dedundent and complex but after doing it you may feel good try to do by yourself with some help
@@eternalgaming2144 trying since 3 days but .......🥲
Thanks it helped a lot
Great and easy to follow tutorial ✌️
Sir ek request h aap se jo advance java ka use karke aapne techblog ka project karaya tha usse front end pe sb post ko kaise dikhaye aur usko live karna ho to kaise kare plz ek video bana de plz
What about profile is he use for different configuration. In springboot
Thank you very much sir for this excellent content. Kindly create one video of OAuth2 of Spring boot REST Security
Please make a video on connecting two databases with two different jpa provider.
For example connect with MySQL with hiberbate and connect with postgresql using Eclipselink.
Thanks for this video 👍
Thanks for such a nice contents! Is it possible to not create entity and only create the required DTOs (for the operation purpose only), and perform the database operation.
LIke in some cases we have already given already created databases. we just need to perform the operation on it. LIke fetch the student details or patch some data.
Sir ek video spring boot with angular based application deploy on AWS ECS fargate and angular deploy on S3 with cloudfront pe bana dijiye aor database MongoDB.
Kunki sir aapki video bahut acchi aor samjh me aati hai
Sir please make a dedicated tutorial on spring security and swagger .
can you please make video on webrtc and webflux
Thank You..
if need to use 2 postgres sql db can we do same way or any other approach should be taken
where i can get source code pls replay anyone
Sir python ki series kb laa rhe ho?
Thanks for this video. How can I use same technique when my application needs to connect to different dbs of same type for different regions. e.g. different instance of oracle for multiple regions. My entities are same in this case only data source is different.
same problem bro, pls replay if you find the solution, its urgent if u help its will be very useful for me , thanks
Make project using spring security and batch
If we want to maintain the transactional/rollback behaviour while transferring data from one to another database, how to manage
where i can get source code pls replay anyone
How to maintain the data consistency in both the database ?
Is it possible that we can kept one datasource autoconfigured and second one using configuration
where i can get source code pls replay anyone
Thanks for valuable guidance. But in industry some application have entities & repo are same i.e. a complication level is too high as compare with above example. Kindly guide a rest api with same entities, repo & same business logic in service class communicating with two schema of MySQL DB with CRUD Operations. The DB has been changed by dropdown at frontend. This is one of the realtime scenario in industry.
yes.. this approach will be too complex to handle in such cases
where i can get source code pls replay anyone
i have a case in which i want to create schema at run time with all the tables corresponding entities can you help me in this
where i can get source code pls replay anyone
Make a video on spring boot with different server
Nice Explanation, Now I am able to make master slave
where i can get source code pls replay anyone
Bro just today bought your spring boot course i have completed core java servlets jsp can i start learning spring boot?
Better to start with Spring Core
informative
Hi I am unable to find source code of this video.can you help me with that?
What about multi-tenants
Thanks 🙏
Bro can you accept this challenge I want to create multiple databases in the same database vendor that is MYSQL or postgrace the platform only I'll create more data bases(ind,us, uk).
Same entities same repositories everything but based up on the country code if I pass indsame entities same repositories every if I pass India , data need to get or set to India database and if a past country code as UK then it has to get and set data from uk db
where i can get source code pls replay anyone
Superb sir
please any one tell me this video is on multi-tenancy ?
where i can get source code pls replay anyone
where i can get source code pls replay anyone
what is the name of the used theme
thank you sir for the @video
I cant find the Source Code of this video, Please provide it
where i can get source code pls replay anyone
guys support him
where i can get source code pls replay anyone
Sir webflux reactive api pe video
overall code given by AI in just 10sec 😅
where i can get source code pls replay anyone
kya bnda h bhai tu
bhai tu direct source code ki link kyu nhi deta???? phle website ke andar se dudho source code kha pada hua hai. website ki link deke bewakoof bna rha hai sbko, ki pagalo ki trh dudhte firo source code. Github ki link de diya kr
where i can get source code pls replay anyone
#Kafak
Kafak