接口 DependencyManagement

    • 方法详细资料

      • getSpringBootVersion

        String getSpringBootVersion()
        Returns the managed version of Spring Boot. May be null.
        返回:
        the Spring Boot version, or null
      • find

        Dependency find​(String artifactId)
        Finds the managed dependency with the given artifactId.
        参数:
        artifactId - The artifact ID of the dependency to find
        返回:
        the dependency, or null