Multi module java project with Gradle | basics | sub project import | manage dependencies

Поделиться
HTML-код
  • Опубликовано: 31 дек 2024

Комментарии • 50

  • @rabiunislam9302
    @rabiunislam9302 День назад

    Very helpful, you directly pointed the most important with easy example. Much appreciated.

  • @leralix98
    @leralix98 17 дней назад

    Thanks a lot for the tutorial, it helped me a lot for my project !

  • @cyriacgc
    @cyriacgc 8 месяцев назад

    I have been struggling with Gradle for a few days. This is so helpful. Thanks

  • @fernandoballadares9847
    @fernandoballadares9847 Год назад +1

    Better than the actual docs. Thanks!

  • @marlesus6272
    @marlesus6272 2 года назад +3

    Спасибо чувак)) тяжко найти норм что то по Гредл в ютубе))

  • @geeteshmittal7973
    @geeteshmittal7973 10 месяцев назад

    Thank you for creating such detailed video on this much needed topic 😀

  • @joehuangathome
    @joehuangathome Год назад

    Very helpful. Helped to answer some of my questions! Thank you, Nikolay!

  • @ivandvurechenskiy3805
    @ivandvurechenskiy3805 4 месяца назад

    Очень полезное видео, спасибо! Хотелось бы посмотреть на пример докеризации и деплоя многомодульных проектов:)

  • @simeonpopov4172
    @simeonpopov4172 Год назад

    Great video. Thank you for sharing this knowledge.

  • @pvi-axe
    @pvi-axe 11 месяцев назад

    Thanks, explained really well, and also shown me new ways to do the same task I've been doing manually. I used to write build.gradle for each sub-project, while being unaware of subproject {}

  • @swaminathbera6407
    @swaminathbera6407 Год назад

    Thank you for such amazing concise explaination, kudos!!

  • @DancingTeapot
    @DancingTeapot 2 года назад +5

    Thanks! This was really good tutorial into multi module. Much easier than following the documentation.
    Also, it seems that the video recorder didn't pick up the IntelliSense dialogs. Would be extra awesome if you managed to get them displayed in the future videos.

  • @sciekoszczur
    @sciekoszczur 9 месяцев назад

    thank you you're like a wizard

  • @skothuri
    @skothuri Год назад

    Thanks for your detailed explanation.

  • @maulinuxzn
    @maulinuxzn 5 месяцев назад

    Clear explanation, thank you.

  • @PranayNailwal
    @PranayNailwal 2 года назад

    I have so much clarity on gradle multimodule projects after watching your video. kudos and many thanks to you!

  • @BrayanLoayza
    @BrayanLoayza Год назад

    Gold..! thank you so much bro.

  • @andrewkaa6162
    @andrewkaa6162 2 года назад +2

    Thank you a lot!
    It's really useful and understandable material by gradle topic. I will subscribe for you :)

  • @davidtheprogrammer
    @davidtheprogrammer Год назад

    Amazing tutorial! Thank you!

  • @TomsFighter
    @TomsFighter 2 года назад

    Bro, you are a giga chad. Thank you!!!

  • @iltfuande8321
    @iltfuande8321 Год назад

    So helpful, thank you so much

  • @exploreNatureRythm
    @exploreNatureRythm 2 года назад

    👏 great explanation on multi-module.

  • @manangandhi2435
    @manangandhi2435 Год назад

    Great Tutorial

  • @ziral0
    @ziral0 Год назад

    Спасибо, бро. Помог. У меня полная дичь происходила, когда я пытался указать плагины для subprojects

  • @ivanmilev7253
    @ivanmilev7253 2 года назад

    Браво Ники!

  • @przemekse989
    @przemekse989 Год назад +1

    You saved my life. I spent 2 days to figure out, that the only one thing I was missing was jar.enabled=true

  • @akshaysahu8810
    @akshaysahu8810 2 года назад

    Great video. Thanks 👍🏻

  • @davidtheprogrammer
    @davidtheprogrammer Год назад

    Please create a Gradle playlist so we can follow the series in order. Thanks again

  • @beradeep
    @beradeep 8 месяцев назад

    great tutorial

  • @amirilkhani5316
    @amirilkhani5316 2 года назад

    thank you , nice tutorial , very useful

  • @debkr
    @debkr Год назад +1

    What is the difference between multi-module project vs mono-repo? How can create a mono-repo with Gradle? Please advice.

  • @amitverma7545
    @amitverma7545 9 месяцев назад

    Can you help how I can achieve auto versioning in gradle u want to publish my LIB to nexus but version= 1.0.0-snaphot is manual I'm my build.gradle I am on gitlab

  • @sadasiva7398
    @sadasiva7398 9 месяцев назад

    can we do the same using module-info.java in sub projects for applying dependencies?.

  • @mohammedgamal9166
    @mohammedgamal9166 2 года назад +1

    Thanks for your explaination, can you please share the github for the example

  • @glaze4629
    @glaze4629 Год назад

    I wonder, how do you package the a project that depends on other subprojects into a jar file?

  • @ManjunathAvesani
    @ManjunathAvesani 2 месяца назад

    Thank you

  • @MojtabaJamshidi-bj3eq
    @MojtabaJamshidi-bj3eq 5 месяцев назад

    Perfect

  • @qnocksme3251
    @qnocksme3251 2 года назад +1

    Awesome. What're next ideas for videos?

    • @NikolayPanyukov
      @NikolayPanyukov  2 года назад +3

      Thank you!
      Next would be Spring core/boot/data/security/cloud 😊

    • @dawid1015
      @dawid1015 2 года назад

      @@NikolayPanyukov Can't wait, especially after watching video about multi module project with gradle. Good explanations! Keep it up

  • @kensaitakeso
    @kensaitakeso 2 года назад +1

    скажи, а если указывать зависимости и в основной секции и в сабпроджектах(олпроджект) то конфликта не будет?

  • @CInKannada
    @CInKannada 2 года назад

    sub-modules and directories are being created manually. Isn't there any approach using IDE directly?

  • @madhuballekere9488
    @madhuballekere9488 Год назад

    can you share the git repo path to check out the project in the video?

  • @mehmoodrehman6336
    @mehmoodrehman6336 2 года назад

    nice well done!

  • @maheshkumar-sl8eq
    @maheshkumar-sl8eq Год назад

    Can we import only sub module in intelli

  • @caffeinejavacode1475
    @caffeinejavacode1475 Год назад

    awesome

  • @udhammander1764
    @udhammander1764 2 года назад

    Anyone, How we can get sub module jar as fat jar in some other sub module..

  • @zeki7540
    @zeki7540 Год назад

    Is there any github link for that project?

  • @ChrisAthanas
    @ChrisAthanas Год назад +1

    With so many mistakes in this video, you really should record it again
    Useful but sloppy