D Tonhofer
- 活动总数 13
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 3
-
已编辑于 Spring Boot scans the compiled files twice, leading to "A bean with that name has already been defined" error. How to properly solve this?
已回答I 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... -
已编辑于 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... -
已编辑于 Problems creating executable jar using IDEA "Artifact" definition (while Gradle/Kotlin is used as build tool)
已回答Using 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...