IntelliJ IDEA Plugin for Spring Boot: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 94: Line 94:
** [[Spring_Data_Concepts#Neo4j|Neo4j]]
** [[Spring_Data_Concepts#Neo4j|Neo4j]]
* Integration
* Integration
** [[Spring_Integration|Spring Integration]]
** RabbitMQ
** Kafka
** Kafka Streams
** JMS (ActiveMQ)
** JMS (Artemis)
* Cloud Core
* Cloud Core
* Cloud Support
* Cloud Support

Revision as of 03:15, 8 October 2018

Internal

Overview

The Spring Boot IntelliJ IDEA plugin Spring Initializr API to generate Spring Boot projects.

Installation

It should be installed by default, go to the plugin list and search for "Spring Boot".

Procedures

Create a New Spring Boot Project with Spring Initializr

Splash screen -> Create New Project -> Spring Initializr (note to not chose "Spring", but "Spring Initializr")

Project SDK

Choose Initializr Service URL -> Default https://start.spring.io -> Next

Project Metadata

  • Group
  • Artifact
  • Type (Maven Project, Maven POM, Gradle Project, Gradle Config)
  • Language
  • Packaging
  • Java Version
  • Version
  • Name
  • Description
  • Package (autogenerated based on group, including the artifact name, you may want to modify).

Dependencies