Spring Boot, controller and my securityConfig files are never used
my name is Andre. I created a Spring Boot Web Application Project and my problem is that both my controller and my securityConfig files are never used (IntelliJ tells me so). I am using Spring Boot 3.3 on Windows 11. Google tells me to place my main app file in the base package and to have my controllers in sub packages below the base package but this does not work. I am already using