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 […]