D Tonhofer
- Total activity 13
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Edited Spring Boot scans the compiled files twice, leading to "A bean with that name has already been defined" error. How to properly solve this?
AnsweredI have a rather simple "Spring Boot" project modeled after the "Tacos" example from "Spring in Action" by manning.com. So far, I have not used Spring autowiring, but now it's time! Here we go, abso... -
Edited Lombok and Gradle/Kotlin: Didn't find documentation, made it work anyway!
In "Spring in Action", 6th edition, example code is compiled using Maven (and any of several IDEs), but I wanted to use Gradle/Kotlin. Example code uses Lombok ( https://projectlombok.org/ ) to gen... -
Edited Problems creating executable jar using IDEA "Artifact" definition (while Gradle/Kotlin is used as build tool)
AnsweredUsing IntelliJ IDEA 2022.2.5 (Ultimate): I have decided to create a Spring Boot project using Gradle build tool with the Kotlin DSL (as the Gradle manual says: "Android Studio and IntelliJ IDEA use...