Skip to content

delvelin/example-in-spring

Repository files navigation

Using delvelin plugin in Spring projects

Setup

plugins {
    id 'org.springframework.boot' version '3.0.6'
    id 'io.spring.dependency-management' version '1.1.0'
    id 'java'
    id 'io.github.hangga.delvelin' version '0.0.18-beta1'
}

Configuration

delvelin {
    outputFileFormat = 'HTML' // Options: LOG, JSON, HTML
    showDate = true
    showSaveDialog = false
}

Running the Analysis

Open terminal and run the delvelinScan task to analyze our project:

./gradlew delvelinScan

If we are using Intellij IDEA, we can also use the gradle menu in the sidebar:

sidebar

About

Example of using Delvelin in Spring

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published