You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
ajobra76
changed the title
Spring boot 3 Annotations only found under certain condidtions
Spring boot 3 Annotations only found under certain conditions
Jun 2, 2023
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 setit seems to be a problem with the classloaders
The text was updated successfully, but these errors were encountered: