X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-backend%2Fsrc%2Fmain%2Fjava%2Forg%2Foransc%2Fric%2Fportal%2Fdashboard%2FDashboardApplication.java;h=9dfa584674c1e15f158ca442960727d74de7038c;hb=93a44cb851a49c923126f32016646860d104075c;hp=4cf2fd2a0b5975050ef2f4d29f13248f491fb0d1;hpb=5c87567c1743fb3f6957fe8fe0906310212cd1d6;p=portal%2Fric-dashboard.git diff --git a/webapp-backend/src/main/java/org/oransc/ric/portal/dashboard/DashboardApplication.java b/webapp-backend/src/main/java/org/oransc/ric/portal/dashboard/DashboardApplication.java index 4cf2fd2a..9dfa5846 100644 --- a/webapp-backend/src/main/java/org/oransc/ric/portal/dashboard/DashboardApplication.java +++ b/webapp-backend/src/main/java/org/oransc/ric/portal/dashboard/DashboardApplication.java @@ -28,8 +28,9 @@ import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.context.annotation.ComponentScan; @SpringBootApplication -// Limit the annotation scan to the dashboard classes; -// exclude the generated client classes! +// Using this package limits the annotation scan to the dashboard classes. +// Do not want Spring to find the autowired annotations in the generated +// classes. @ComponentScan("org.oransc.ric.portal.dashboard") public class DashboardApplication {