Пікірлер
@Kappy_Lofi
@Kappy_Lofi 2 күн бұрын
thank u maam just one question is there anything remaining or completed ?
@ThinkConstructive
@ThinkConstructive Күн бұрын
Welcome 😊 This is a beginners tutorial. There are many more concepts in Docker. Stay connected and share with others too!
@jarvisjr.2197
@jarvisjr.2197 3 күн бұрын
Mam, why can't we just use lombok in model class??
@ThinkConstructive
@ThinkConstructive 2 күн бұрын
Yes Lombok can be used 👍
@tejalankapalli2221
@tejalankapalli2221 7 күн бұрын
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?
@ThinkConstructive
@ThinkConstructive 2 күн бұрын
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
@deepatss
@deepatss 7 күн бұрын
Really Thank you so much
@ThinkConstructive
@ThinkConstructive 7 күн бұрын
You're welcome! I'm glad you found it helpful. ❤️ Stay connected and share with others too 😊
@deepatss
@deepatss 7 күн бұрын
I just started my career in java Developer. It's very helpful to know how to create APIs.
@deepatss
@deepatss 5 күн бұрын
Please can you post the oracle db connect jbdc in java
@zeuz7892
@zeuz7892 8 күн бұрын
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.
@ThinkConstructive
@ThinkConstructive 7 күн бұрын
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!
@subaramanujam4997
@subaramanujam4997 8 күн бұрын
Thanks ma'am😎
@ThinkConstructive
@ThinkConstructive 7 күн бұрын
Most welcome! 😊 Stay connected and share with others too !
@Nikhitha-m9y
@Nikhitha-m9y 10 күн бұрын
I am using aws lambda and dynamodb for creating rest apis for a section in a webpage so how can I implement those
@ThinkConstructive
@ThinkConstructive 9 күн бұрын
Please refer this tutorial - docs.aws.amazon.com/apigateway/latest/developerguide/http-api-dynamo-db.html
@Nikhitha-m9y
@Nikhitha-m9y 10 күн бұрын
Very helpful and i want to know can i use same one for dyanamo db database
@ThinkConstructive
@ThinkConstructive 9 күн бұрын
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-fs6gh
@SabaNaz-fs6gh 10 күн бұрын
I need playlist on full stack Java 😢😢😢😢😢😢
@ThinkConstructive
@ThinkConstructive 9 күн бұрын
Sure, will create one soon 😊 Stay connected and share with others too!
@SabaNaz-fs6gh
@SabaNaz-fs6gh 9 күн бұрын
My family friends everyone will subscribe you once you make full stack Java playlist
@davuttunc5529
@davuttunc5529 10 күн бұрын
Türkçe dil seçeneği için teşekkürler 🎉
@priyankaraut9716
@priyankaraut9716 10 күн бұрын
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).
@ThinkConstructive
@ThinkConstructive 9 күн бұрын
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
@rafikfarhane713
@rafikfarhane713 10 күн бұрын
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?
@ThinkConstructive
@ThinkConstructive 10 күн бұрын
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 😊
@BadaLaalu
@BadaLaalu 11 күн бұрын
a begineer in springboot can watch this video?
@ThinkConstructive
@ThinkConstructive 11 күн бұрын
Yes, definitely.
@atharvsingh6901
@atharvsingh6901 11 күн бұрын
i've been waiting for your session, mam. i really like your sessions. simple and easy to understand. pls bring more such valuable resources🙏🙂
@ThinkConstructive
@ThinkConstructive 11 күн бұрын
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!
@atharvsingh6901
@atharvsingh6901 10 күн бұрын
@ThinkConstructive yes, I'll. As ur command 🙏
@priyankaraut9716
@priyankaraut9716 12 күн бұрын
Well explained mam cleared my doubts , I have request you mam Please make series on "Core JAVA" Concepts .
@ThinkConstructive
@ThinkConstructive 11 күн бұрын
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!
@blackjackal9506
@blackjackal9506 12 күн бұрын
Just what I was looking for, thank you ma'am for such amazing explanation!
@ThinkConstructive
@ThinkConstructive 12 күн бұрын
Welcome, I'm glad you found it helpful! ❤️ Stay connected and share with others too! Thank you so much!
@kshitiz7129
@kshitiz7129 12 күн бұрын
finally a video after 4 months. Please keep uploading videos. Your explaination is very good.
@ThinkConstructive
@ThinkConstructive 12 күн бұрын
Thank you for your patience ❤️ I'm back with more videos. Stay connected and share with others too!
@ThinkConstructive
@ThinkConstructive 13 күн бұрын
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
@ThinkConstructive
@ThinkConstructive 4 күн бұрын
GitHub Link for the source code 👉 github.com/thinkconstructive/spring-boot-3.4-mongodb-rest-api-project
@jayanth1191
@jayanth1191 13 күн бұрын
Hi mam Can you please make a detailed video spring security
@ThinkConstructive
@ThinkConstructive 13 күн бұрын
Hello, Sure will Include it in my plan. Please stay connected and share with others too!
@0shaad
@0shaad 14 күн бұрын
20:55 it's a train
@kshitiz7129
@kshitiz7129 16 күн бұрын
Thank You mam for this. please keep uploading videos
@ThinkConstructive
@ThinkConstructive 15 күн бұрын
You're welcome! Glad you found it helpful. More videos coming soon. Stay connected and please share with others too 😊
@niharika-s9u
@niharika-s9u 18 күн бұрын
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-s9u
@niharika-s9u 19 күн бұрын
Very useful.... I appreciate
@ThinkConstructive
@ThinkConstructive 19 күн бұрын
I'm glad you found it helpful! Thank you ❤️ Stay connected and share with others too!
@s.chriswin4222
@s.chriswin4222 22 күн бұрын
Mam. Please continue the Authorization using spring security. Hardly needed.
@SeaHorseIsFlying
@SeaHorseIsFlying 23 күн бұрын
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
@ThinkConstructive
@ThinkConstructive 5 күн бұрын
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-jf6vy
@Wearefriends-jf6vy 24 күн бұрын
Thanks a lot!! Can you explain warn and error in SLF4J ??
@shreyojitdas9333
@shreyojitdas9333 24 күн бұрын
make can you teach GCP
@devanshimittal7986
@devanshimittal7986 28 күн бұрын
very nicely explained !
@ThinkConstructive
@ThinkConstructive 26 күн бұрын
Thanks, I'm glad you found it helpful!
@anupamkumar2187
@anupamkumar2187 28 күн бұрын
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
@beautyinsideout6422 Ай бұрын
26:20 is where the real game starts.
@beautyinsideout6422
@beautyinsideout6422 Ай бұрын
Thank you a lot Mam. May God bless you and family.42:41 was very helpful for me.
@ThinkConstructive
@ThinkConstructive 26 күн бұрын
Thank you so much!
@rajivshinde2166
@rajivshinde2166 Ай бұрын
Thanks mam , so well explained ❤
@ThinkConstructive
@ThinkConstructive 26 күн бұрын
Welcome! Glad you found it helpful 😊
@ajoybiswas754
@ajoybiswas754 Ай бұрын
Love your teaching please make some advance level videos...
@ThinkConstructive
@ThinkConstructive 26 күн бұрын
I'm glad you found it helpful, more advanced concepts coming soon! 😊
@deepakrawat9823
@deepakrawat9823 Ай бұрын
great job mam
@ThinkConstructive
@ThinkConstructive 26 күн бұрын
Thank you so much 😊
@echo6993
@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 ?
@ThinkConstructive
@ThinkConstructive 22 күн бұрын
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 😊
@deepakrawat9823
@deepakrawat9823 Ай бұрын
great for beginners.