类 EntityScanPackages

    • 方法详细资料

      • register

        public static void register​(org.springframework.beans.factory.support.BeanDefinitionRegistry registry,
                                    String... packageNames)
        Register the specified entity scan packages with the system.
        参数:
        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.
        参数:
        registry - the source registry
        packageNames - the package names to register