Top "Spring-boot-gradle-plugin" questions

The Spring Boot Gradle Plugin provides Spring Boot support in Gradle, allowing you to package executable jar or war archives, run Spring Boot applications and use the dependency management provided by spring-boot-dependencies.

I/O error on GET request

I am using gradle for api and got this error : Exception in thread "main" org.springframework.web.client.ResourceAccessException: I/…

java spring-boot-gradle-plugin
Spring Boot 2 - Change Jar Name

I am using Spring Boot 2 in my Gradle project to do a build to jar in Jenkins, and I would …

spring-boot gradle build.gradle spring-boot-gradle-plugin
Maven profiles equivalent of Gradle

I'm trying to achieve a simple scenario in my spring boot project build: including / excluding dependencies and packaging war or …

java gradle spring-boot build.gradle spring-boot-gradle-plugin
Kotlin Gradle Could not find or load main class

I tried to copy the Spring Boot Kotlin sample project https://github.com/JetBrains/kotlin-examples/tree/master/tutorials/spring-boot-restful. I …

spring-boot gradle kotlin spring-boot-gradle-plugin
Spring Boot 2 Gradle plugin without executable jar

How do I configure Spring Boot Gradle plugin 2 to disable the Boot distribution in Gradle Script Kotlin. The distribution i …

spring-boot gradle kotlin spring-boot-gradle-plugin
Gradle dependency plugin in a multi module Spring Boot project

What does a correct Gradle configuration look like in a multi-module project that uses the Gradle plugins spring-boot-dependencies and spring-boot? …

gradle spring-boot dependency-management spring-boot-gradle-plugin
Multitenancy using Keycloak and SpringBoot

I am using spring boot adapter and keycloak spring boot adapter to perform multitenancy where i can access the page …

spring-boot multi-tenant keycloak spring-boot-gradle-plugin keycloak-services
BootJar + MavenJar. Artifact wasn't produced by this build

I have a sample project with the following hierearhy: Sample (root) -- model (simple jar) -- api (springboot jar) I …

gradle spring-boot-gradle-plugin maven-publish