在Spring Boot应用中,你可以使用Spring的 ApplicationContext 来获取bean的名称。 首先,你需要将 ApplicationContext 注入到你的类中。然后,你可以调用 getBeanDefinitionNames 方法来获取所有bean的名..