How To Learn Any Programming Topic
18:14
How To REALLY Do Code Reviews
23:34
How To Do Code Reviews
31:30
Жыл бұрын
5 great Git & IntelliJ IDEA tricks
7:50
Gradle Tutorial - Crash Course
21:53
2 жыл бұрын
SSH Tutorial - Crash Course
29:43
2 жыл бұрын
JDBC Tutorial - Crash Course
23:40
2 жыл бұрын
JUnit 5 Tutorial - Crash Course
35:52
Maven Tutorial - Crash Course
26:08
2 жыл бұрын
Spring Boot Tutorial - Crash Course
1:16:32
Пікірлер
@anantshukla6395
@anantshukla6395 2 күн бұрын
Nice
@UserUser-d6o
@UserUser-d6o 8 күн бұрын
Why do you only declare interfaces in your repository ? where is the implementation ????????????
@MarcoCodes
@MarcoCodes 7 күн бұрын
The implementations are generated on the fly, at runtime, by Spring.
@shadowlessshinobi4029
@shadowlessshinobi4029 9 күн бұрын
Hello Marco, Can I have your simple-parent github link to study? Thanks for your tutorials and They're really helpful.
@mingukkie5008
@mingukkie5008 14 күн бұрын
when i run it with onle localhost:8080 instead of static page it says :Whitelabel Error Page This application has no explicit mapping for /error, so you are seeing this as a fallback. Mon Dec 30 11:00:28 IST 2024 There was an unexpected error (type=Not Found, status=404). otherwise everything working fine
@drcl7429
@drcl7429 18 күн бұрын
Still not a clue why I need Maven.
@MarcoCodes
@MarcoCodes 18 күн бұрын
:(
@shizhouliu8912
@shizhouliu8912 19 күн бұрын
Your video inspires me reading books. And let me know the worth of reading books. Thanks
@subodhi6
@subodhi6 25 күн бұрын
Thank you!
@spitfire7019
@spitfire7019 27 күн бұрын
thanks for sharing such useful and practical information in such a clear manner! there aren't a lot of people out there willing to do what you do!
@soundaryar459
@soundaryar459 28 күн бұрын
Exactly what I was looking for. Also, that humour (just the right amount, not too much and not on your face) just makes this all the better 😭
@rishiraj2548
@rishiraj2548 28 күн бұрын
Great! Thanks.
@عبدالرحمنخالد-ش4ت6ي
@عبدالرحمنخالد-ش4ت6ي Ай бұрын
Thanks, really enjoyed it
@bhuvi2
@bhuvi2 Ай бұрын
Thanks for the efforts
@Hahja-e9k
@Hahja-e9k Ай бұрын
Hii sir chetan sir meeting joined
@theoldvibe6624
@theoldvibe6624 Ай бұрын
Wrapper❌ rappa✅. Thanks buddy nice video
@fndcz197
@fndcz197 Ай бұрын
cool!!!
@ShoutingPort6
@ShoutingPort6 Ай бұрын
for some reason the code in the downloading images section does not work for me. the ide raises no error however when i go to download after uploading the image it says the mapping could not be found. any ideas how to fix this? nevermind forgot to put restcontroller on the download controller class. thanks for the great tutorial
@erdinc733
@erdinc733 Ай бұрын
You are a real lecturer Marco, thanks. Please explain why do I need Thymeleaf if I have htmx?
@MarcoCodes
@MarcoCodes Ай бұрын
Thymeleaf is a templating engine, i.e. lets you write template for your HTML files. htmx is, effectively, a Javascript library which extends HTML with custom attributes, so you don't have to use a full blown, client-side JS framework.
@sajedeh3695
@sajedeh3695 Ай бұрын
Perfect❤❤
@syedhabeebuddin7637
@syedhabeebuddin7637 Ай бұрын
Awesome !!!. Thanks a lot Marco.
@bhaavyakondapalli3026
@bhaavyakondapalli3026 Ай бұрын
VM330:2 Refused to connect to 'localhost:8082/photoz/1' because it violates the following Content Security Policy directive: "default-src 'none'". Note that 'connect-src' was not explicitly set, so 'default-src' is used as a fallback. while trying to get do the fetch operation im getting this error can someone help
@MarcoCodes
@MarcoCodes Ай бұрын
see comments for solutions
@bhaavyakondapalli3026
@bhaavyakondapalli3026 Ай бұрын
@MarcoCodes its cors policy so i installed a google chrome plugin it is working now thanks so much
@ShamimAl-Mamun-l1d
@ShamimAl-Mamun-l1d Ай бұрын
A great video.
@missingdoc9604
@missingdoc9604 Ай бұрын
Do I really to learn this maven indepth as an aspiring DevOps engineer?
@MarcoCodes
@MarcoCodes Ай бұрын
Maybe
@testtest-cu6sq
@testtest-cu6sq Ай бұрын
You really notice if someone really knows what they are doing. Thanks for helping me out
@bilalthiha
@bilalthiha Ай бұрын
Note: For anyone who are struggling with your browser blocking the delete and post scripts, you can try the free REST API client, Hoppscotch. Disclaimer. Credits and thanks to Hoppscotch. I do not own this.
@bilalthiha
@bilalthiha Ай бұрын
Great tutorial! Thanks a lot Marco. You single-handedly defeated all the so-called trainers who offer never-ending paid courses on Spring.
@supraocny
@supraocny 2 ай бұрын
So far working through your tutorial, I found that I had to add a SecurityConfig class and the security dependency to be able to run any of the code from the console while using dev tools. Specifically for the delete function. All browsers were giving CSP errors when I tried to run that code from my dev tools console. Now I have another issue when using the code for using the PostMapping method, where I get method POST not allowed, while copy/pasting your REF2. (This was resolved by using a solution on your GitHub for the Post command, Waterchick had the solution for that) The next issue is when posting a photo, when I try to upload a photo outside of the range of the file size, I get no error message from jscript in my browser, and no console message in Intellij saying that the upload failed due to file size. However, the file upload does work after editing the app properties, but I still do not receive console or jscript messages if say I upload something outside the 100MB set range.
@jawid2250
@jawid2250 2 ай бұрын
Thank you. Brilliant explanation.
@MortenBendiksen
@MortenBendiksen 2 ай бұрын
This feels like what the X in XML was always supposed to mean, though I never got it until now.
@brodiot326
@brodiot326 2 ай бұрын
Thank you!
@alungilebidla67
@alungilebidla67 2 ай бұрын
Hi everyone may I ask anyone to explain please @09:42 when I try to run mine it gives me an error could not find or load main class, this is my 1st time using springboot
@mallikarjun-shurpali9698
@mallikarjun-shurpali9698 2 ай бұрын
Good info...thanks
@AdrianWP_T
@AdrianWP_T 2 ай бұрын
Why you don't have hundreds of thousands of subscribers I don't know. Extremely well spoken and explained. Precisely what I needed and I see you have JUnit testing too. Perfect. Thanks for the effort, it was appreciated. Not everyone can cut to the chase in a clear and concise manner. Have a super day further.
@mallikarjun-shurpali9698
@mallikarjun-shurpali9698 2 ай бұрын
Clear explanation ...thanks sir...
@bsyc26
@bsyc26 2 ай бұрын
Marco, how come you are so handsome, so wisdom, so competent to work for JetBrain and so kind to share knowledge? 😢
@heyitsazar
@heyitsazar 2 ай бұрын
This video is amazing than a lot of resources that I checked before to understand this. Fantastic job
@vijaykumarreddykadle4969
@vijaykumarreddykadle4969 2 ай бұрын
Marco, please produce more on spring Boot 😊
@vijaykumarreddykadle4969
@vijaykumarreddykadle4969 2 ай бұрын
Awesome video
@blenderart954
@blenderart954 2 ай бұрын
check 32:12, 42:54 MultiValueMap<> ,
@andressanovais9016
@andressanovais9016 2 ай бұрын
Thanks!!! Love your teaching method
@zahidar8340
@zahidar8340 3 ай бұрын
Thanks
@bamusalako
@bamusalako 3 ай бұрын
You are insanely underrated, I feel so lucky that I stumbled upon your Hibernate Video and now I have some important topics you made videos about that I can explore thank you. Your Quality and teaching is really good in comparison with many others on youtube, I hope the Algorithm does his Job better soon :D
@yulinxp
@yulinxp 3 ай бұрын
I saw your ad for JetBrains TeamCity Pipelines on KZbin. It looks great! 👏
@plumes551
@plumes551 3 ай бұрын
35:10 append consumes = "multipart/form-data" to PostMapping annotation if you encountered 415 Unsupported Media Type error when upload file. @PostMapping(value = "/photoz", consumes = "multipart/form-data")
@barlimanbutterbeer6042
@barlimanbutterbeer6042 3 ай бұрын
Thank you! This approach of refactoring code, as and when new Springboot features are introduced, was really helpful.
@SudiptaBose-x1n
@SudiptaBose-x1n 3 ай бұрын
🙏 you explained each things very easy way, thanks man!🙇 God bless you 💫
@Thedrscooby
@Thedrscooby 3 ай бұрын
I had to click in intellij on the maven Lifecycle -> package to get the maven working to make the jar file. getting too many errors from the command line. Excellent tutorial.
@pratik3825
@pratik3825 3 ай бұрын
Okay but why are you using Light mode ? 🥲
@Thedrscooby
@Thedrscooby 3 ай бұрын
really excellent tutorial on spring boot, Java, intellij. Keep up the good work, and please post more videos, especially doing this but in Kubernetes, that would be fun!!!
@yulinxp
@yulinxp 3 ай бұрын
Your videos are always next level! Please continue sharing them! Thank you! And Yes, a real project will be super cool!
@prvilela
@prvilela 3 ай бұрын
Great video… But Hibernate looks more complicated than just writing the plain DAO code…