Ultimate

Ultimate

These are the features which are only in IntelliJ IDEA Ultimate

tutorial

Explore project structure with the Dependency Matrix
Exploring project structure with the Dependency Matrix in IntelliJ IDEA

Part of tutorial

Interpret the Dependency Matrix
How to interpret the Dependency Matrix

Part of tutorial

Introduction
Explore project structure with the Dependency Matrix

Part of tutorial

Summary and Shortcuts
Explore project structure with the Dependency Matrix Summary

Part of tutorial

Opening the Dependency Matrix
Opening the Dependency Matrix for your project

Part of tutorial

Gradle projects
View vulnerable dependencies in Gradle projects

Part of tutorial

Introduction
Package Checker plugin in IntelliJ IDEA Ultimate

Part of tutorial

Maven projects
View vulnerable dependencies in Maven projects

Part of tutorial

Summary and Shortcuts
Find and fix vulnerabilities inside IntelliJ IDEA Ultimate Summary

Part of tutorial

Remediate dependencies
Remediate dependencies using IntelliJ IDEA Ultimate

Part of tutorial

Vulnerable Dependencies tool window
View vulnerable dependencies in the Vulnerable Dependencies tool window

tutorial

Marco Codes - Spring Boot
Spring Boot Nice n Easy

tip

Generate a UML diagram
IntelliJ IDEA Ultimate allows you to generate UML diagrams.

tutorial

Working with Apache Tomcat in IntelliJ IDEA
How to start a new project that uses Apache Tomcat and work with existing projects

tutorial

Getting Started with Spring Data JPA
Learn how to use Spring Data JPA to store and retrieve data from your database.

tutorial

Your First Spring Boot Application
In this tutorial we will use IntelliJ IDEA to create your first "Hello World" Spring Boot application. We'll also discuss what's in your project and why. Spring Boot is a way to create Spring applications easily with some abstractions, some of which we'll touch on in this tutorial.

tip

Profile your application
See how your application is performing with the built-in profiler

tip

Generate UML diagrams for your Kotlin code
JVM developers working with Kotlin code can create UML diagrams for their Kotlin classes, just like they could with Java classes