Testing a Java-injected Springboot service April 20, 2025 | 1 Comment | information, java, package, spring-boot You must have the following dependencies, Junit is included, do not add it. you must write down the main class: you must write down the […]
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
run a test docker image February 2, 2025 | No Comments | linux, server Docker has test images to test the operation of containers: httpbin is one of them, it brings testing endpoints. you can run httpbin, which has […]