首页
>/org/springframework/cloud/spring-cloud-stream-schema-server/2.1.0.RELEASE/spring-cloud-stream-schema-server-2.1.0.RELEASE.jar
  •   <dependency>
  •       <groupId>org.springframework.cloud </groupId>
  •       <artifactId>spring-cloud-stream-schema-server </artifactId>
  •       <version>2.1.0.RELEASE </version>
  •   </dependency>
    • 本地下载
    • maven下载
    • 源码下载
    • pom下载
    • 云盘下载
    • Group
    • Artifact
    • Version
    • Download
  • >> Package Explorer
  • >>> Java Explorer <2.6.8>
    • META-INF
      • spring-configuration-metadata.json
      • maven
        • org.springframework.cloud
          • spring-cloud-stream-schema-server
            • pom.xml
            • pom.properties
      • MANIFEST.MF
      • spring.factories
    • application.yml
    • org
      • springframework
        • cloud
          • stream
            • schema
              • server
                • model
                  • Schema.class
                  • Compatibility.class
                • controllers
                  • ServerController.class
                • support
                  • AvroSchemaValidator.class
                  • SchemaDeletionNotAllowedException.class
                  • UnsupportedFormatException.class
                  • SchemaValidator.class
                  • InvalidSchemaException.class
                  • SchemaNotFoundException.class
                • EnableSchemaRegistryServer.class
                • SchemaRegistryServerApplication.class
                • config
                  • SchemaServerConfiguration$1.class
                  • SchemaServerConfiguration.class
                  • SchemaServerProperties.class
                • repository
                  • SchemaRepository.class


    Java源码类>>