A few tips: GenerateAllSetter plugin is useless, if you are following these points: - make DTO class final (use record) and use the constructor to set all values - don't write own mapper (DTO Entity), when you can use Mapstruct - use builder instead of multiple setters, it looks a lot better Also I wouldn't use GsonFormat plugin, because json is usually used in REST API, so you should have the schema. In 2022 most of the developers are using Open Api specification. So you should use openapi-generator-maven-plugin which will generate all model classes automatically for you from the Open Api Specification. It can also generate controllers and more...
@josealonso73212 жыл бұрын
@marekmasek, do you know of any Open Api tutorial where generating classes for the whole project is explained ? I know it can be done modifying the templates, but the learning curve for that API is quite big. Thanks :)
@ivanjermakov2 жыл бұрын
You can generate constructors, get/set/override methods with alt+insert within the class body.
@suriaravind67372 жыл бұрын
Model Mapper we can use instead of setting individual variables
@Javatechie2 жыл бұрын
Is model mapper generate object from json schema?
@arditrondigitalsolutions25522 жыл бұрын
@@Javatechie Yes it can. You can simply use Jackson Mapper. ObjectMapper has a method called readValue which can be used to convert JSON to Object. More over, you can convert one object to other using ObjectMapper's convertValue option.
@Javatechie2 жыл бұрын
But that I know I am asking here can we create java classes directly from json schema using model mapper ?
@arditrondigitalsolutions25522 жыл бұрын
@@Javatechie What you are doing in your ValueMapper class is same what you can do in one line with Jackson ObjectMapper. In fact, in your ValueMapper you are defining the object and setting its values (even though the plugin is doing it) however in Jackson mapper approach you don't even need to do it. The class will be generated by Jackson from the String / JSON representation on the fly.
@gallardofabian2 жыл бұрын
Great video, thx. There are some plugins like allSetters but with builderFormart?
@ashishsahu13102 жыл бұрын
Always enjoy learning from you. You never miss to add even such smaller contents with detailed explanation.
@Javatechie2 жыл бұрын
Thanks Ashish 😊
@compartelo0072 жыл бұрын
Thanks for active automatic subtitles.
@ohhhgggeeezzz Жыл бұрын
Maven helper is there a gradle equivalent?
@sourabbhowmik5706 Жыл бұрын
could you please tell me which font it is?
@Javatechie Жыл бұрын
It's default one
@NitishKumar072 жыл бұрын
Which apple laptop are you using for creating videos and development?
@Javatechie2 жыл бұрын
Mac desktop 🖥️
@kapilausarmal63002 жыл бұрын
Awesome, Shortcuts... Again informative Content to improve coding in fast and Efficiency way....😀👍
@jayaprakash456abc2 жыл бұрын
Hi Sir, Codota AI Autocomplete not available now on Intellij IDEA community version on windows, any suggestions on how to get this plugin? Thanks a lot for useful info sharing...
@Javatechie2 жыл бұрын
Please use Tabnine
@md.abirhasan70892 жыл бұрын
what font you use in intellij idea
@Javatechie2 жыл бұрын
Intellij default one
@aviator97282 жыл бұрын
Lombok also provide similar for setter getter
@Javatechie2 жыл бұрын
No both purpose is different buddy. Lombok will only helps to provide inbuilt object class method but not converter and setter with default implementation
@nezukobgmi69142 жыл бұрын
Java Techie is The Best Channel I Got For SpringBoot
@Javatechie2 жыл бұрын
Thanks buddy 😊
@imtiazkabir61152 жыл бұрын
Modelmapper is better while copying data between entity and dto
@mir53112 жыл бұрын
I am already using codata rest of the thing I'm going to use its AWESOME tricks
@Jovialguy1102 жыл бұрын
awesome worldclass mindblowing bombastic!
@abishekmadhav36432 жыл бұрын
Good work ... Expecting more like this
@Javatechie2 жыл бұрын
Will definitely do
@sivannarayanapenumala18402 жыл бұрын
Will this maven helper plugin be applied to gradle?
@Javatechie2 жыл бұрын
Not sure. I don't think it will work
@FunnyZone-yj9kl2 жыл бұрын
Sir can you make video on distributed security using jwt Or oauth2 for microservices
@Javatechie2 жыл бұрын
Yes i will plan to do that soon
@thuynv2 жыл бұрын
@@Javatechie I am also interested in this issue
@rssaini012 жыл бұрын
Codota is now Tabnine!
@Javatechie2 жыл бұрын
Correct
@paottelokoy25532 жыл бұрын
Super as always...!
@aayush54742 жыл бұрын
Sir can you make video on design patterns
@Javatechie2 жыл бұрын
Okay will do that
@aswarthanarayanareddyb1762 жыл бұрын
generateAllSetter and gsonplugin more helpfull to me. Thanks 👍👍
@RahulRahul-gy4gl Жыл бұрын
Thank you for the great video
@jesussuarezlopez40542 жыл бұрын
Not found Codota in Marketplace, only airXCode
@jesussuarezlopez40542 жыл бұрын
With the version 2022.2.1 not working
@Javatechie2 жыл бұрын
Check with tabnine plug-in
@ManishSharma-xq9be2 жыл бұрын
Guthub copilot is on another level for AI code completion. It even writes the whole code with logic, if we provide the details in comments.
@Javatechie2 жыл бұрын
Wow that's awesome.i will check this out
@arghyamitra32812 жыл бұрын
Awesome 😎 .. I find Jpabuddy plugin very useful too
@Javatechie2 жыл бұрын
I already uploaded about jpabuddy plugin with complete tutorial please have a look
@arghyamitra32812 жыл бұрын
@@Javatechie yes sir already watched ❤️
@arungore65782 жыл бұрын
Nice .keep good work
@ravitejpotti2 жыл бұрын
Can you do the same for eclipse as well
@rohitkumar-sh2hb2 жыл бұрын
Are all these available for community edition of IntelliJ also ?
@Javatechie2 жыл бұрын
Yes i am using community edition only
@rssaini012 жыл бұрын
SonarLint is also very useful plugin.
@Javatechie2 жыл бұрын
Yes already i covered that in separate video buddy
@sureshreddyp2362 жыл бұрын
Sir, your content is helping us a lot and you have covered almost each and every topic what developer is looking for. Sir if you don't mind can you create a tutorial based on Design Patterns please.
@Javatechie2 жыл бұрын
Okay i will continue that
@akshithawaypoori72612 жыл бұрын
Please make shortcuts you use in intellij
@gauravpatel81892 жыл бұрын
very informative video to increase productivity....
@saravanakumara56022 жыл бұрын
Awesome!!!.Thanks.
@harinimacharla2 жыл бұрын
All these plugins are free? Please suggest
@Javatechie2 жыл бұрын
Yes buddy free
@harinimacharla2 жыл бұрын
@@Javatechie thank you for your quick reply.. please keep doing these useful vedios.. Thank you
@AleksandarT102 жыл бұрын
Great video, we need more stuff like this!
@Javatechie2 жыл бұрын
I will do few more plugins
@sanjeevtatipalli2 жыл бұрын
Than GsonFormatPlus plugin I felt RoboPOJOGenerator plugin is more useful. Try once
@PramodKumar-hu7mt2 жыл бұрын
I haven't used any one of them till now. But from now on, i'm going to use these. Thanks bro.
@Javatechie2 жыл бұрын
Try you will love it
@awinashkumar55352 жыл бұрын
Is 2nd Generation core i5 8GBB DDR3 RAM 240GB SATA SSD good for Coding/Software development? Like: MySql, VMware,Kotlin, Android studio, Java, NetBeans,Sql,Intellij idea, vs code
@AlekseyStukalov2 жыл бұрын
No JPA Buddy? Ridiculous.
@Javatechie2 жыл бұрын
Buddy already uploaded about jpabuddy please check below kzbin.info/www/bejne/mGSTgHVugJ6KjpY
@sritharan202 жыл бұрын
Good One!
@ThePomelo092 жыл бұрын
Intellij GitToolBox plugin it's amazing and really useful
@Javatechie2 жыл бұрын
Definitely i check this.thank you
@rakibulhasan19232 жыл бұрын
you are absolutely outstanding
@karishmarawat13592 жыл бұрын
Great Video!! Please make video on shortcut key/commands used in IntelliJ IDEA.
@Javatechie2 жыл бұрын
Okay i will
@kumarguru30442 жыл бұрын
Can you also make a video on AWS in terms of usage by java developer
@Javatechie2 жыл бұрын
Please checkout my AWS playlist
@varalakshmiadabala8522 Жыл бұрын
It is very helpful
@Dis146 Жыл бұрын
That's mealting me🎉
@Akhil-pw8fs2 жыл бұрын
Great video
@anupkulkarni2 жыл бұрын
Hello sir ! Good content !! Is there any plug-in that will be help me to understand/analyze/explain huge code written by previous developer as he is not ready to explain it , thank you very much !!🙏
@Javatechie2 жыл бұрын
No buddy you need to debug itb
@sanjaypamarthi72582 жыл бұрын
Thanks Basant, very helpfull content. Can you please do some videos on Design Patterns with best examples?
@Javatechie2 жыл бұрын
Will do this
@ИванСапронов-з8ь2 жыл бұрын
Thanks a lot!
@OnwardOMG2 жыл бұрын
your code doesn't look clean
@Javatechie2 жыл бұрын
Why buddy what happened
@sanoopk88472 жыл бұрын
Very useful video
@peace-sharp2 жыл бұрын
Great bro ❤️ thanks for creating this content.
@ZtowhyA2 жыл бұрын
in my previous company - Model to DTO to Entity :D
@mir53112 жыл бұрын
Looking cool
@peterganss67042 жыл бұрын
Java Techie... Can you do a spring boot banking app tutorial.....with repo, service , entity, and controllers for deposit, withdrawal, and transfer of funds? In English like you are talking tom a 5 year old. Thanks!! Keep it up.
@Javatechie2 жыл бұрын
Buddy i am here to guide you about latest tecnology . I don't know who told you that I am guiding here communication training.am not right fit for this please check with others
@IvanRandomDude2 жыл бұрын
Banking is hard, it's not meant to be taught to 5 year olds. Start with basics.
@prpramod2 жыл бұрын
Basant he meant “ please prepare a tutorial on spring boot with a banking use case with simple English . So simple like speaking to a five year old!! He didn’t comment about your communication skills . The ‘to’ auto corrected to ‘tom’ probably that’s why you couldn’t understood his intentions. Cheers ! Best regards, Jai Jagannath.
@Javatechie2 жыл бұрын
My bad pramod 😂. Didn't understand it correctly
@bp85922 жыл бұрын
😥 it this video blurry for me only? I like to watch your video as content is always best.
@Flo-mz8ct2 жыл бұрын
First plugin to get is a fin dark mode, wtf is this?
@Javatechie2 жыл бұрын
Wtf you are taking do you know the purpose of allSetters plugin if don't please check rather than giving comment without knowing it okay
@ZtowhyA2 жыл бұрын
library dozer can map dto to entity and vice versa easily
@rajat9800gt2 жыл бұрын
I just used this and it probably saved me more than 30 mins and a lot of headache
@themrambusher2 жыл бұрын
STS pe bhe video banaye please
@Javatechie2 жыл бұрын
Subham i would strongly recommend you to use intellij. This is a really cool man just give it a try
@nehurane2 жыл бұрын
First one ☝️is game is really more helpful and rest too.