Class EntityScanPackages

    • Method Detail

      • register

        public static void register​(org.springframework.beans.factory.support.BeanDefinitionRegistry registry,
                                    String... packageNames)
        Register the specified entity scan packages with the system.
        Parameters:
        registry - the source registry
        packageNames - the package names to register
      • register

        public static void register​(org.springframework.beans.factory.support.BeanDefinitionRegistry registry,
                                    Collection<String> packageNames)
        Register the specified entity scan packages with the system.
        Parameters:
        registry - the source registry
        packageNames - the package names to register