IntelliJ IDEA Maven tutorial

Поділитися
Вставка
  • Опубліковано 4 лип 2024
  • Use the link below to get 60% OFF on the Entire Course.
    Mastering IntelliJ IDEA for Java Devs 🧑‍💻
    www.udemy.com/course/masterin...
    In this tutorial, we'll see why we need Maven for development, and see how IntelliJ IDEA makes the interaction with maven effortless and intuitive, but also more effective.
    For this, we'll create a new Maven project and explain the steps we take.
    Finally, we'll explore what features IntelliJ IDEA provides on top on maven.
    Table of content:
    Create a new Maven project
    Building Maven projects using archetypes
    Using different Maven versions
    Reload a Maven project
    POM file
    Autocompletion in pom.ml file
    Browsing through the structure of a Pom.xml
    Maven tool window
    Maven Build Lifecycle
    Using the Run window to track the execution of Maven phases
    Using Run Anything to execute Maven commands
    Creating and saving custom run configurations
    Download sources and documentation
    Assigning a shortcut to your tool window
    Visual representation of all dependencies in your pom.xm file
    Summary
  • Наука та технологія

КОМЕНТАРІ • 3

  • @EminoMeneko
    @EminoMeneko Рік тому

    It seems the old UI was much more comprehensive than what I have in front of me right now. I did not notice that to create a Maven project from archetype, there is in a separate tab.
    Anyway, thank you for the video. I learnt a lot.

  • @shivamkapoor1502
    @shivamkapoor1502 Рік тому

    helpful

  • @archeologist_nico
    @archeologist_nico 2 роки тому

    Very helpful totorials , thanks.
    Quick Question, at 13:31 I see EntityLombok, Controller Advice etc when you where creating a new class. However , I dont see "Entity Lombok" when i try creating a new class. I see only "class, interface, enum, record and Annotaton". Kindly show me how to do that. Thanks