Hi Dan Love you videos , i keep watching various new and old ones from time to time. Can you make a video about Liquibase and/or Flyway, how they are used, what problem they solve, implementation etc Thanks
@alibaba40thvs9 күн бұрын
It's really cool. It's simpler than CriteriaAPI but I think Specifications are powerful and it is simpler.
@lalegende23168 күн бұрын
I think so.
@ayuobmousa65893 күн бұрын
Thanks al lot thats helps
@Jvnyor7 күн бұрын
Thanks a lot for this content! It's the first time I've seen this feature in use!
@elhadjibrahimabalde12343 күн бұрын
veri nice and easier that the query dsl
@vishrutagrawal67709 күн бұрын
Very insightful, thank you!
@ghostcoderz8 күн бұрын
Great video. Really like your content. Always sharing something new and happy to find that Spring Boot is enhancing with such great stuffs ❤
@korponaiz6 күн бұрын
Thanks Dan, I tried it and it's brillant.
@SergeyKhaylov9 күн бұрын
Thank you very much. Very useful video. Just what i need for the current task
@isasubani8 күн бұрын
Thanks, Dan. I will try that feature later.
@nizamibudagov58328 күн бұрын
Thank you)
@tonydeveloperdndndn8 күн бұрын
Thanks.
@shshlomy6 күн бұрын
great video, one question: why dont you use lombok annotations for all the boilerplate code?
@DanVega6 күн бұрын
Lombok is a great project and needed for awhile. I just don't think you need to use it any longer. There are ways to cut down on boiler plate (records) and your IDE can do a lot of the heavy lifting now. www.danvega.dev/blog/no-lombok
Instead of passing an employee object in the controller or service class can I create a dto and just pass that instead and still be able to retrieve the employee class also
@cutechinmoy9 күн бұрын
would have been better if you would have compared Specification with QBE.use case of each