Mikopos
Results
1
comments of
Mikopos
ComponentScan actually did the job for me ``` @SpringBootApplication @ComponentScan({"com.jlefebure.spring.boot.minio.*"}) public class TestApplication { public static void main(String[] args) { SpringApplication.run(TestApplication.class, args); } } ```