spring-plugin

(★ 159)

Spring Explyt — a free, source-available plugin for IntelliJ IDEA Community Edition that brings runtime-accurate Spring Framework tooling (beans, endpoints, debugger, HTTP client, MCP tools).

Showing a partial file list — download the zip above to see everything.

  • .gitignore
  • AGENTS.md
  • build.gradle.kts
  • CHANGELOG.md
  • CONTRIBUTING.md
  • EXPLYT-SOURCE-LICENSE.md
  • gradle.properties
  • gradlew
  • gradlew.bat
  • idea-flex.skeleton
  • LICENSE.md
  • PLUGIN-DESCRIPTION.md
  • README.md

# Installation Guide

1. Get the code
git clone https://github.com/explyt/spring-plugin

Downloads the entire project code from GitHub to your computer.

cd spring-plugin

Moves into the project folder you just downloaded.

2. Maven (Java)

Medium Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • JDK (Java) Required to build and run Java projects.
  • Maven The build tool used for the mvn command.
cd explyt-spring-boot-bean-reader/classpath-lib

This project's files live in a subfolder, so move into it first.

mvn clean install

Installs dependencies and builds the project using Maven.

A BUILD SUCCESS message means it worked. The output is created under target/.

3. Gradle (Java/Kotlin)

Medium
Prerequisites
  • Git Needed to download the project code from GitHub.
  • JDK (Java) Required to build and run Java/Kotlin projects.
  • Gradle If the repo includes gradlew (Gradle Wrapper), you don't need to install Gradle separately.
./gradlew build

Builds the project using Gradle.

A BUILD SUCCESSFUL message means it worked. The output is created under build/.
// repository documentation