thank u maam just one question is there anything remaining or completed ?
@ThinkConstructiveКүн бұрын
Welcome 😊 This is a beginners tutorial. There are many more concepts in Docker. Stay connected and share with others too!
@jarvisjr.21973 күн бұрын
Mam, why can't we just use lombok in model class??
@ThinkConstructive2 күн бұрын
Yes Lombok can be used 👍
@tejalankapalli22217 күн бұрын
Hello, The video is very informative, but I have a small question. What if I only want to update the address field and pass that field along with the vendor ID instead of passing all vendor details? How will the system find and update the exact field in the database without throwing an error? Is it mandatory to provide all vendor details?
@ThinkConstructive2 күн бұрын
Hello, Thank you so much 😊 If you only want to update address field and don't want to pass all vendor details you need to make use of JPA Query. Please use below in the Repository - @Transactional @Modifying @Query("UPDATE CloudVendor c SET c.vendorAddress = :vendorAddress WHERE c.vendorId = :vendorId") int updateVendorAddress(String vendorId, String vendorAddress); Hope this helps! Stay connected and share with Dev community! Thanks
@deepatss7 күн бұрын
Really Thank you so much
@ThinkConstructive7 күн бұрын
You're welcome! I'm glad you found it helpful. ❤️ Stay connected and share with others too 😊
@deepatss7 күн бұрын
I just started my career in java Developer. It's very helpful to know how to create APIs.
@deepatss5 күн бұрын
Please can you post the oracle db connect jbdc in java
@zeuz78928 күн бұрын
You went over the mongodb docker compose too quickly and didnt explain the connection to the container... your connection to compass doesnt work for the default port and you didnt explain why you changed the port to 27020 from 27017.
@ThinkConstructive7 күн бұрын
It’s not port changing rather it’s port mapping. I have done port mapping here for exposing an internal port of Docker container to a host machine so that MongoDB Compass can communicate with it. ports: - ‘27020:27017' In this scenario Port 27020 will be used by MongoDB Compass to get connected to Docker, which is mapped to 27017. Hope this helps!
@subaramanujam49978 күн бұрын
Thanks ma'am😎
@ThinkConstructive7 күн бұрын
Most welcome! 😊 Stay connected and share with others too !
@Nikhitha-m9y10 күн бұрын
I am using aws lambda and dynamodb for creating rest apis for a section in a webpage so how can I implement those
@ThinkConstructive9 күн бұрын
Please refer this tutorial - docs.aws.amazon.com/apigateway/latest/developerguide/http-api-dynamo-db.html
@Nikhitha-m9y10 күн бұрын
Very helpful and i want to know can i use same one for dyanamo db database
@ThinkConstructive9 күн бұрын
Thank you so much! Stay connected and share with others too 😊 For DynamoDB please do the necessary changes! Refer below for the same - docs.aws.amazon.com/amazondynamodb/latest/developerguide/DynamoDBLocal.DownloadingAndRunning.html
@SabaNaz-fs6gh10 күн бұрын
I need playlist on full stack Java 😢😢😢😢😢😢
@ThinkConstructive9 күн бұрын
Sure, will create one soon 😊 Stay connected and share with others too!
@SabaNaz-fs6gh9 күн бұрын
My family friends everyone will subscribe you once you make full stack Java playlist
@davuttunc552910 күн бұрын
Türkçe dil seçeneği için teşekkürler 🎉
@priyankaraut971610 күн бұрын
Hi Mam, I am getting this error *************************** APPLICATION FAILED TO START *************************** Description: Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured. Reason: Failed to determine a suitable driver class Action: Consider the following: If you want an embedded database (H2, HSQL or Derby), please put it on the classpath. If you have database settings to be loaded from a particular profile you may need to activate it (no profiles are currently active).
@ThinkConstructive9 күн бұрын
Please check the Database driver and spring boot version. Please refer the pom.xml from the project GitHub - github.com/thinkconstructive/rest-api-spring-boot-demo/tree/master
@rafikfarhane71310 күн бұрын
Hey, thank you very much for this, could you also extend this serious and show us how to implement some easy security features like log in and log out?
@ThinkConstructive10 күн бұрын
Most Welcome ❤️ Sure, Will provide session on Security too. Meanwhile there is a Spring Security playlist available on the channel , please check it here - kzbin.info/aero/PLcs1FElCmEu2eecQE2SuuXsAjmmB7qbPy Stay connected and share with others too 😊
@BadaLaalu11 күн бұрын
a begineer in springboot can watch this video?
@ThinkConstructive11 күн бұрын
Yes, definitely.
@atharvsingh690111 күн бұрын
i've been waiting for your session, mam. i really like your sessions. simple and easy to understand. pls bring more such valuable resources🙏🙂
@ThinkConstructive11 күн бұрын
Thank you so much for your appreciation ❤️ I'm happy you find my sessions helpful!. Sure, I will keep uploading more sessions. Stay connected and share with others too!
@atharvsingh690110 күн бұрын
@ThinkConstructive yes, I'll. As ur command 🙏
@priyankaraut971612 күн бұрын
Well explained mam cleared my doubts , I have request you mam Please make series on "Core JAVA" Concepts .
@ThinkConstructive11 күн бұрын
I'm glad you found the video helpful 😊 Thank you ❤️ I'll definitely consider a series on Core Java for future videos. Stay connected and share with others too!
@blackjackal950612 күн бұрын
Just what I was looking for, thank you ma'am for such amazing explanation!
@ThinkConstructive12 күн бұрын
Welcome, I'm glad you found it helpful! ❤️ Stay connected and share with others too! Thank you so much!
@kshitiz712912 күн бұрын
finally a video after 4 months. Please keep uploading videos. Your explaination is very good.
@ThinkConstructive12 күн бұрын
Thank you for your patience ❤️ I'm back with more videos. Stay connected and share with others too!
@ThinkConstructive13 күн бұрын
Why to “Build a Project using Java, Spring Boot and MongoDB” ? Because Spring Boot and MongoDB provide a powerful combination for building modern, data-driven applications. By leveraging the strengths of both technologies, you can create robust, scalable, and maintainable solutions. Code along with the session to get maximum benefit from this session. Subscribe and Share with fellow developers! Keep learning, keep growing! Cheers, Esha
@ThinkConstructive4 күн бұрын
GitHub Link for the source code 👉 github.com/thinkconstructive/spring-boot-3.4-mongodb-rest-api-project
@jayanth119113 күн бұрын
Hi mam Can you please make a detailed video spring security
@ThinkConstructive13 күн бұрын
Hello, Sure will Include it in my plan. Please stay connected and share with others too!
@0shaad14 күн бұрын
20:55 it's a train
@kshitiz712916 күн бұрын
Thank You mam for this. please keep uploading videos
@ThinkConstructive15 күн бұрын
You're welcome! Glad you found it helpful. More videos coming soon. Stay connected and please share with others too 😊
@niharika-s9u18 күн бұрын
Hello mam.... Can you also make a video on how to connect backend springboot and database to the front end using angular in visual studio
@niharika-s9u19 күн бұрын
Very useful.... I appreciate
@ThinkConstructive19 күн бұрын
I'm glad you found it helpful! Thank you ❤️ Stay connected and share with others too!
@s.chriswin422222 күн бұрын
Mam. Please continue the Authorization using spring security. Hardly needed.
@SeaHorseIsFlying23 күн бұрын
At 27:12, when there is no database involved, why you get "c2" can get the c2 data you just created? Mine is still c1's data
@ThinkConstructive5 күн бұрын
It is just the hard coded data. I showed the API functionality with C1 as hard coded data and then with C2 as hard coded data, jus to explain the details.If you have not changed the data in getCloudVendorDetails from C1 to C2 you will continue getting C1 only which is fine. In next video database is connectivity with data stored in database is show. Please check that - kzbin.info/www/bejne/iJerc6Brrrerq9k
@Wearefriends-jf6vy24 күн бұрын
Thanks a lot!! Can you explain warn and error in SLF4J ??
@shreyojitdas933324 күн бұрын
make can you teach GCP
@devanshimittal798628 күн бұрын
very nicely explained !
@ThinkConstructive26 күн бұрын
Thanks, I'm glad you found it helpful!
@anupamkumar218728 күн бұрын
How about the order of elements determined because in map you provided elements in order data, http status and message but in response getting in reverse order.
@beautyinsideout6422Ай бұрын
26:20 is where the real game starts.
@beautyinsideout6422Ай бұрын
Thank you a lot Mam. May God bless you and family.42:41 was very helpful for me.
@ThinkConstructive26 күн бұрын
Thank you so much!
@rajivshinde2166Ай бұрын
Thanks mam , so well explained ❤
@ThinkConstructive26 күн бұрын
Welcome! Glad you found it helpful 😊
@ajoybiswas754Ай бұрын
Love your teaching please make some advance level videos...
@ThinkConstructive26 күн бұрын
I'm glad you found it helpful, more advanced concepts coming soon! 😊
@deepakrawat9823Ай бұрын
great job mam
@ThinkConstructive26 күн бұрын
Thank you so much 😊
@echo6993Ай бұрын
You are amazing. Very useful video. could you please apply this concept if like I have a big project and microservices contact each other. would they be in separate container or one that include them all ?
@ThinkConstructive22 күн бұрын
Thank you so much for your kind words ❤️❤️ Each Microservices should be in a separate container, because it simplifies the management of Microservices such as Scaling, reliability etc. Keep Learning! Stay connected and share with others too 😊