milton2
milton2 copied to clipboard
Spring boot 3 Annotations only found under certain conditions
Inside Intellij all runs perfect. After build and deployment ResourceControllers are only found if
registration.addInitParameter("controllerClassNames", "de.impp.iims.controller.milton.WebDavRootController,de.impp.iims.controller.milton.WebDavController");
but not If
registration.addInitParameter("controllerPackagesToScan", "de.impp.iims.controller.milton"); is set
it seems to be a problem with the classloaders
Hi, @ajobra76 , sorry for late response and thanks for finding. We are working on it.
Hi @ajobra76 , can you share your SpringBoot 3 configuration to reproduce the issue?