Why do you only declare interfaces in your repository ? where is the implementation ????????????
@MarcoCodes7 күн бұрын
The implementations are generated on the fly, at runtime, by Spring.
@shadowlessshinobi40299 күн бұрын
Hello Marco, Can I have your simple-parent github link to study? Thanks for your tutorials and They're really helpful.
@mingukkie500814 күн бұрын
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
@drcl742918 күн бұрын
Still not a clue why I need Maven.
@MarcoCodes18 күн бұрын
:(
@shizhouliu891219 күн бұрын
Your video inspires me reading books. And let me know the worth of reading books. Thanks
@subodhi625 күн бұрын
Thank you!
@spitfire701927 күн бұрын
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!
@soundaryar45928 күн бұрын
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 😭
@rishiraj254828 күн бұрын
Great! Thanks.
@عبدالرحمنخالد-ش4ت6يАй бұрын
Thanks, really enjoyed it
@bhuvi2Ай бұрын
Thanks for the efforts
@Hahja-e9kАй бұрын
Hii sir chetan sir meeting joined
@theoldvibe6624Ай бұрын
Wrapper❌ rappa✅. Thanks buddy nice video
@fndcz197Ай бұрын
cool!!!
@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Ай бұрын
You are a real lecturer Marco, thanks. Please explain why do I need Thymeleaf if I have htmx?
@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Ай бұрын
Perfect❤❤
@syedhabeebuddin7637Ай бұрын
Awesome !!!. Thanks a lot Marco.
@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Ай бұрын
see comments for solutions
@bhaavyakondapalli3026Ай бұрын
@MarcoCodes its cors policy so i installed a google chrome plugin it is working now thanks so much
@ShamimAl-Mamun-l1dАй бұрын
A great video.
@missingdoc9604Ай бұрын
Do I really to learn this maven indepth as an aspiring DevOps engineer?
@MarcoCodesАй бұрын
Maybe
@testtest-cu6sqАй бұрын
You really notice if someone really knows what they are doing. Thanks for helping me out
@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Ай бұрын
Great tutorial! Thanks a lot Marco. You single-handedly defeated all the so-called trainers who offer never-ending paid courses on Spring.
@supraocny2 ай бұрын
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.
@jawid22502 ай бұрын
Thank you. Brilliant explanation.
@MortenBendiksen2 ай бұрын
This feels like what the X in XML was always supposed to mean, though I never got it until now.
@brodiot3262 ай бұрын
Thank you!
@alungilebidla672 ай бұрын
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-shurpali96982 ай бұрын
Good info...thanks
@AdrianWP_T2 ай бұрын
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-shurpali96982 ай бұрын
Clear explanation ...thanks sir...
@bsyc262 ай бұрын
Marco, how come you are so handsome, so wisdom, so competent to work for JetBrain and so kind to share knowledge? 😢
@heyitsazar2 ай бұрын
This video is amazing than a lot of resources that I checked before to understand this. Fantastic job
@vijaykumarreddykadle49692 ай бұрын
Marco, please produce more on spring Boot 😊
@vijaykumarreddykadle49692 ай бұрын
Awesome video
@blenderart9542 ай бұрын
check 32:12, 42:54 MultiValueMap<> ,
@andressanovais90162 ай бұрын
Thanks!!! Love your teaching method
@zahidar83403 ай бұрын
Thanks
@bamusalako3 ай бұрын
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
@yulinxp3 ай бұрын
I saw your ad for JetBrains TeamCity Pipelines on KZbin. It looks great! 👏
@plumes5513 ай бұрын
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")
@barlimanbutterbeer60423 ай бұрын
Thank you! This approach of refactoring code, as and when new Springboot features are introduced, was really helpful.
@SudiptaBose-x1n3 ай бұрын
🙏 you explained each things very easy way, thanks man!🙇 God bless you 💫
@Thedrscooby3 ай бұрын
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.
@pratik38253 ай бұрын
Okay but why are you using Light mode ? 🥲
@Thedrscooby3 ай бұрын
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!!!
@yulinxp3 ай бұрын
Your videos are always next level! Please continue sharing them! Thank you! And Yes, a real project will be super cool!
@prvilela3 ай бұрын
Great video… But Hibernate looks more complicated than just writing the plain DAO code…