If Visual Studio Code uses Gradle and doesn’t recognize imports January 17, 2026 | No Comments | gradle, information, java, spring-boot If the Visual Studio Code IDE does not recognize new imports of a new dependency, it is because its dependencies in “build.gradle” have not been […]
Scan an external library in Java Spring Boot April 20, 2025 | No Comments | information, maven, spring-boot It is neat to have configuration classes in a /config folder, located at the same level as the main class: note that the packages: and […]
redundant junit dependency | No Comments | maven, package, spring-boot if you have: If you have the following Junit dependency in another version or the same one, you can remove it
How to use a maven library that is in maven central? December 25, 2024 | No Comments | information, maven First search for your artifact with a groupId. then paste it into in your pom.xml For example You must copy and paste in the dependencies […]