组织ID: |
org.springframework.boot |
项目ID: |
spring-boot-autoconfigure-processor |
版本: |
2.1.10.RELEASE |
最后修改时间: |
2019-11-14 15:33:01 |
包类型: |
jar |
标题: |
Spring Boot Auto-Configure Annotation Processor |
描述: |
Spring Auto-Configure Annotation Processor |
相关URL: |
https://projects.spring.io/spring-boot/#/spring-boot-parent/spring-boot-tools/spring-boot-autoconfigure-processor |
大小: |
13.90KB |
|
Maven引入代码: |
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-autoconfigure-processor</artifactId>
<version>2.1.10.RELEASE</version>
</dependency>
|
Gradle引入代码: |
org.springframework.boot:spring-boot-autoconfigure-processor:2.1.10.RELEASE
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-tools</artifactId>
<version>2.1.10.RELEASE</version>
</parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-autoconfigure-processor</artifactId>
<version>2.1.10.RELEASE</version>
<name>Spring Boot Auto-Configure Annotation Processor</name>
<description>Spring Auto-Configure Annotation Processor</description>
<url>https://projects.spring.io/spring-boot/#/spring-boot-parent/spring-boot-tools/spring-boot-autoconfigure-processor</url>
<organization>
<name>Pivotal Software, Inc.</name>
<url>https://spring.io</url>
</organization>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
</license>
</licenses>
<developers>
<developer>
<name>Pivotal</name>
<email>info@pivotal.io</email>
<organization>Pivotal Software, Inc.</organization>
<organizationUrl>https://www.spring.io</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/spring-projects/spring-boot.git</connection>
<developerConnection>scm:git:ssh://git@github.com/spring-projects/spring-boot.git</developerConnection>
<url>https://github.com/spring-projects/spring-boot</url>
</scm>
<issueManagement>
<system>Github</system>
<url>https://github.com/spring-projects/spring-boot/issues</url>
</issueManagement>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
META-INF/services/javax.annotation.processing.Processor
org.springframework.boot.autoconfigureprocessor.Elements.class
org.springframework.boot.autoconfigureprocessor.AutoConfigureAnnotationProcessor$ValueExtractor.class
org.springframework.boot.autoconfigureprocessor.AutoConfigureAnnotationProcessor.class
org.springframework.boot.autoconfigureprocessor.AutoConfigureAnnotationProcessor$NamedValuesExtractor.class
org.springframework.boot.autoconfigureprocessor.AutoConfigureAnnotationProcessor$1.class
org.springframework.boot.autoconfigureprocessor.AutoConfigureAnnotationProcessor$OnClassConditionValueExtractor.class
org.springframework.boot.autoconfigureprocessor.AutoConfigureAnnotationProcessor$OnBeanConditionValueExtractor.class
org.springframework.boot.autoconfigureprocessor.AutoConfigureAnnotationProcessor$AbstractValueExtractor.class
|
依赖Jar: |
无
|