组织ID: |
org.springframework.boot |
项目ID: |
spring-boot-actuator |
版本: |
2.0.0.RELEASE |
最后修改时间: |
2018-07-25 17:06:20 |
包类型: |
jar |
标题: |
Spring Boot Actuator |
描述: |
Spring Boot Actuator |
相关URL: |
https://projects.spring.io/spring-boot/#/spring-boot-parent/spring-boot-actuator |
大小: |
447.04KB |
|
Maven引入代码: |
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-actuator</artifactId>
<version>2.0.0.RELEASE</version>
</dependency>
|
Gradle引入代码: |
org.springframework.boot:spring-boot-actuator:2.0.0.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-parent</artifactId>
<version>2.0.0.RELEASE</version>
<relativePath>../spring-boot-parent</relativePath>
</parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-actuator</artifactId>
<version>2.0.0.RELEASE</version>
<name>Spring Boot Actuator</name>
<description>Spring Boot Actuator</description>
<url>https://projects.spring.io/spring-boot/#/spring-boot-parent/spring-boot-actuator</url>
<organization>
<name>Pivotal Software, Inc.</name>
<url>https://spring.io</url>
</organization>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://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>http://www.spring.io</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/spring-projects/spring-boot.git/spring-boot-actuator</connection>
<developerConnection>scm:git:ssh://git@github.com/spring-projects/spring-boot.git/spring-boot-actuator</developerConnection>
<url>http://github.com/spring-projects/spring-boot/spring-boot-actuator</url>
</scm>
<issueManagement>
<system>Github</system>
<url>https://github.com/spring-projects/spring-boot/issues</url>
</issueManagement>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot</artifactId>
<version>2.0.0.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.9.4</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast</artifactId>
<version>3.9.3</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast-spring</artifactId>
<version>3.9.3</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.sun.mail</groupId>
<artifactId>javax.mail</artifactId>
<version>1.6.1</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.zaxxer</groupId>
<artifactId>HikariCP</artifactId>
<version>2.7.8</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.lettuce</groupId>
<artifactId>lettuce-core</artifactId>
<version>5.0.2.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-core</artifactId>
<version>1.0.1</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-registry-prometheus</artifactId>
<version>1.0.1</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.searchbox</groupId>
<artifactId>jest</artifactId>
<version>5.3.3</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.undertow</groupId>
<artifactId>undertow-servlet</artifactId>
<version>1.4.22.Final</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>jboss-servlet-api_3.1_spec</artifactId>
<groupId>org.jboss.spec.javax.servlet</groupId>
</exclusion>
</exclusions>
<optional>true</optional>
</dependency>
<dependency>
<groupId>javax.cache</groupId>
<artifactId>cache-api</artifactId>
<version>1.1.0</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>javax.jms</groupId>
<artifactId>javax.jms-api</artifactId>
<version>2.0.1</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>net.sf.ehcache</groupId>
<artifactId>ehcache</artifactId>
<version>2.10.4</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-core</artifactId>
<version>8.5.28</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjweaver</artifactId>
<version>1.8.13</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch</artifactId>
<version>5.6.8</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-core</artifactId>
<version>5.0.7</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-server</artifactId>
<version>2.26</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.containers</groupId>
<artifactId>jersey-container-servlet-core</artifactId>
<version>2.26</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.hibernate.validator</groupId>
<artifactId>hibernate-validator</artifactId>
<version>6.0.7.Final</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.infinispan</groupId>
<artifactId>infinispan-spring4-embedded</artifactId>
<version>9.1.6.Final</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>commons-logging</artifactId>
<groupId>commons-logging</groupId>
</exclusion>
<exclusion>
<artifactId>log4j-core</artifactId>
<groupId>org.apache.logging.log4j</groupId>
</exclusion>
<exclusion>
<artifactId>log4j-slf4j-impl</artifactId>
<groupId>org.apache.logging.log4j</groupId>
</exclusion>
<exclusion>
<artifactId>log4j-jcl</artifactId>
<groupId>org.apache.logging.log4j</groupId>
</exclusion>
</exclusions>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.influxdb</groupId>
<artifactId>influxdb-java</artifactId>
<version>2.9</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.liquibase</groupId>
<artifactId>liquibase-core</artifactId>
<version>3.5.5</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>mongodb-driver-async</artifactId>
<version>3.6.3</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>mongodb-driver-reactivestreams</artifactId>
<version>1.7.1</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jdbc</artifactId>
<version>5.0.4.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-messaging</artifactId>
<version>5.0.4.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webflux</artifactId>
<version>5.0.4.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>5.0.4.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>5.0.4.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.amqp</groupId>
<artifactId>spring-rabbit</artifactId>
<version>2.0.2.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-cassandra</artifactId>
<version>2.0.5.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-couchbase</artifactId>
<version>3.0.5.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-ldap</artifactId>
<version>2.0.5.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-mongodb</artifactId>
<version>2.0.5.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-neo4j</artifactId>
<version>5.0.5.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-redis</artifactId>
<version>2.0.5.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-rest-webmvc</artifactId>
<version>3.0.5.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-solr</artifactId>
<version>3.0.5.RELEASE</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>wstx-asl</artifactId>
<groupId>org.codehaus.woodstox</groupId>
</exclusion>
</exclusions>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-core</artifactId>
<version>5.0.3.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-core</artifactId>
<version>5.0.3.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-web</artifactId>
<version>5.0.3.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.session</groupId>
<artifactId>spring-session-core</artifactId>
<version>2.0.2.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
<version>2.0.0.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator$SingleColumnRowMapper.class
org.springframework.boot.actuate.neo4j.Neo4jHealthIndicator.class
org.springframework.boot.actuate.management.HeapDumpWebEndpoint.class
org.springframework.boot.actuate.health.ApplicationHealthIndicator.class
org.springframework.boot.actuate.health.ReactiveHealthIndicator.class
org.springframework.boot.actuate.health.Health$1.class
org.springframework.boot.actuate.health.HealthIndicatorNameFactory.class
org.springframework.boot.actuate.health.CompositeReactiveHealthIndicatorFactory.class
org.springframework.boot.actuate.health.HealthIndicatorReactiveAdapter.class
org.springframework.boot.actuate.health.AbstractHealthAggregator.class
org.springframework.boot.actuate.health.CompositeHealthIndicator.class
org.springframework.boot.actuate.audit.AuditEventsEndpoint$1.class
org.springframework.boot.actuate.audit.InMemoryAuditEventRepository.class
org.springframework.boot.actuate.audit.AuditEventRepository.class
org.springframework.boot.actuate.influx.InfluxDbHealthIndicator.class
org.springframework.boot.actuate.couchbase.CouchbaseHealthIndicator.class
org.springframework.boot.actuate.env.EnvironmentEndpoint$EnvironmentDescriptor.class
org.springframework.boot.actuate.env.EnvironmentEndpoint.class
org.springframework.boot.actuate.env.EnvironmentEndpoint$PropertySummaryDescriptor.class
org.springframework.boot.actuate.env.EnvironmentEndpoint$PropertySourcesPlaceholdersSanitizingResolver.class
org.springframework.boot.actuate.env.EnvironmentEndpoint$1.class
org.springframework.boot.actuate.env.EnvironmentEndpoint$PropertyValueDescriptor.class
org.springframework.boot.actuate.env.EnvironmentEndpoint$PropertySourceEntryDescriptor.class
org.springframework.boot.actuate.env.EnvironmentEndpoint$EnvironmentEntryDescriptor.class
org.springframework.boot.actuate.env.EnvironmentEndpoint$PropertySourceDescriptor.class
org.springframework.boot.actuate.env.EnvironmentEndpointWebExtension.class
org.springframework.boot.actuate.info.GitInfoContributor.class
org.springframework.boot.actuate.info.SimpleInfoContributor.class
org.springframework.boot.actuate.info.InfoContributor.class
org.springframework.boot.actuate.info.Info.class
org.springframework.boot.actuate.info.InfoPropertiesInfoContributor$Mode.class
org.springframework.boot.actuate.info.Info$1.class
org.springframework.boot.actuate.info.EnvironmentInfoContributor.class
org.springframework.boot.actuate.info.InfoEndpoint.class
org.springframework.boot.actuate.info.MapInfoContributor.class
org.springframework.boot.actuate.info.BuildInfoContributor.class
org.springframework.boot.actuate.info.InfoPropertiesInfoContributor.class
org.springframework.boot.actuate.info.Info$Builder.class
org.springframework.boot.actuate.flyway.FlywayEndpoint$1.class
org.springframework.boot.actuate.flyway.FlywayEndpoint$FlywayDescriptor.class
org.springframework.boot.actuate.flyway.FlywayEndpoint$FlywayMigration.class
org.springframework.boot.actuate.flyway.FlywayEndpoint$ContextFlywayBeans.class
org.springframework.boot.actuate.flyway.FlywayEndpoint$ApplicationFlywayBeans.class
org.springframework.boot.actuate.flyway.FlywayEndpoint.class
org.springframework.boot.actuate.redis.RedisHealthIndicator.class
org.springframework.boot.actuate.redis.RedisReactiveHealthIndicator.class
org.springframework.boot.actuate.amqp.RabbitHealthIndicator.class
org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint$GenericSerializerModifier.class
org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint$ContextConfigurationProperties.class
org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint$ConfigurationPropertiesAnnotationIntrospector.class
org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint$ConfigurationPropertiesBeanDescriptor.class
org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint$1.class
org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint$ApplicationConfigurationProperties.class
org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint.class
org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint$ConfigurationPropertiesPropertyFilter.class
org.springframework.boot.actuate.context.ShutdownEndpoint.class
org.springframework.boot.actuate.security.AuthenticationAuditListener$WebAuditListener.class
org.springframework.boot.actuate.security.AbstractAuthorizationAuditListener.class
org.springframework.boot.actuate.security.AbstractAuthenticationAuditListener.class
org.springframework.boot.actuate.security.AuthenticationAuditListener$1.class
org.springframework.boot.actuate.security.AuthorizationAuditListener.class
org.springframework.boot.actuate.security.AuthenticationAuditListener.class
org.springframework.boot.actuate.endpoint.web.PathMappedEndpoint.class
org.springframework.boot.actuate.endpoint.web.WebEndpointHttpMethod.class
org.springframework.boot.actuate.endpoint.web.EndpointLinksResolver.class
org.springframework.boot.actuate.endpoint.web.EndpointServlet.class
org.springframework.boot.actuate.endpoint.web.WebEndpointsSupplier.class
org.springframework.boot.actuate.endpoint.web.ExposableServletEndpoint.class
org.springframework.boot.actuate.endpoint.web.EndpointMediaTypes.class
org.springframework.boot.actuate.endpoint.web.WebOperationRequestPredicate.class
org.springframework.boot.actuate.endpoint.web.EndpointMapping.class
org.springframework.boot.actuate.endpoint.web.Link.class
org.springframework.boot.actuate.endpoint.web.WebEndpointResponse.class
org.springframework.boot.actuate.endpoint.web.WebOperation.class
org.springframework.boot.actuate.endpoint.web.jersey.JerseyEndpointResourceFactory$ResourceBodyConverter.class
org.springframework.boot.actuate.endpoint.web.jersey.JerseyEndpointResourceFactory$OperationInflector.class
org.springframework.boot.actuate.endpoint.web.jersey.JerseyEndpointResourceFactory$EndpointLinksInflector.class
org.springframework.boot.actuate.endpoint.web.jersey.JerseyEndpointResourceFactory$1.class
org.springframework.boot.actuate.endpoint.web.jersey.JerseyEndpointResourceFactory$JerseySecurityContext.class
org.springframework.boot.actuate.endpoint.web.jersey.JerseyEndpointResourceFactory$MonoBodyConverter.class
org.springframework.boot.actuate.endpoint.web.jersey.JerseyEndpointResourceFactory.class
org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$BadOperationRequestException.class
org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$ServletWebOperation.class
org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping.class
org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$1.class
org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping.class
org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.class
org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$ServletSecurityContext.class
org.springframework.boot.actuate.endpoint.web.servlet.SkipPathExtensionContentNegotiation.class
org.springframework.boot.actuate.endpoint.web.servlet.ControllerEndpointHandlerMapping.class
org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$ServletWebOperationAdapter.class
org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints.class
org.springframework.boot.actuate.endpoint.web.annotation.ServletEndpoint.class
org.springframework.boot.actuate.endpoint.web.annotation.RestControllerEndpoint.class
org.springframework.boot.actuate.endpoint.web.annotation.WebEndpointDiscoverer.class
org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpointFilter.class
org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpointsSupplier.class
org.springframework.boot.actuate.endpoint.web.annotation.EndpointWebExtension.class
org.springframework.boot.actuate.endpoint.web.annotation.RequestPredicateFactory.class
org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpoint.class
org.springframework.boot.actuate.endpoint.web.annotation.DiscoveredWebEndpoint.class
org.springframework.boot.actuate.endpoint.web.annotation.DiscoveredWebOperation.class
org.springframework.boot.actuate.endpoint.web.annotation.ServletEndpointDiscoverer.class
org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpointDiscoverer.class
org.springframework.boot.actuate.endpoint.web.annotation.WebEndpoint.class
org.springframework.boot.actuate.endpoint.web.annotation.ExposableControllerEndpoint.class
org.springframework.boot.actuate.endpoint.web.annotation.DiscoveredServletEndpoint.class
org.springframework.boot.actuate.endpoint.web.annotation.DiscoveredControllerEndpoint.class
org.springframework.boot.actuate.endpoint.web.annotation.ServletEndpointFilter.class
org.springframework.boot.actuate.endpoint.web.annotation.WebEndpointFilter.class
org.springframework.boot.actuate.endpoint.web.annotation.ServletEndpointsSupplier.class
org.springframework.boot.actuate.endpoint.web.ExposableWebEndpoint.class
org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping$1.class
org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping$ElasticSchedulerInvoker.class
org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping$ReactiveWebOperation.class
org.springframework.boot.actuate.endpoint.web.reactive.WebFluxEndpointHandlerMapping.class
org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping$WriteOperationHandler.class
org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping$ReactiveWebOperationAdapter.class
org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping.class
org.springframework.boot.actuate.endpoint.web.reactive.ControllerEndpointHandlerMapping.class
org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping$ReadOperationHandler.class
org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping$ReactiveSecurityContext.class
org.springframework.boot.actuate.endpoint.web.ServletEndpointRegistrar.class
org.springframework.boot.actuate.endpoint.web.PathMapper.class
org.springframework.boot.actuate.endpoint.SecurityContext$1.class
org.springframework.boot.actuate.endpoint.http.ActuatorMediaType.class
org.springframework.boot.actuate.endpoint.InvocationContext.class
org.springframework.boot.actuate.endpoint.invoke.OperationParameters.class
org.springframework.boot.actuate.endpoint.invoke.reflect.ReflectiveOperationInvoker.class
org.springframework.boot.actuate.endpoint.invoke.ParameterMappingException.class
org.springframework.boot.actuate.endpoint.invoke.MissingParametersException.class
org.springframework.boot.actuate.endpoint.SecurityContext.class
org.springframework.boot.actuate.endpoint.invoker.cache.CachingOperationInvokerAdvisor.class
org.springframework.boot.actuate.endpoint.EndpointsSupplier.class
org.springframework.boot.actuate.endpoint.annotation.ReadOperation.class
org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredEndpoint.class
org.springframework.boot.actuate.endpoint.annotation.WriteOperation.class
org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredOperation.class
org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer$EndpointBean.class
org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator$1.class
org.springframework.boot.actuate.ldap.LdapHealthIndicator$1.class
org.springframework.boot.actuate.management.HeapDumpWebEndpoint$TemporaryFileSystemResource.class
org.springframework.boot.actuate.management.HeapDumpWebEndpoint$1.class
org.springframework.boot.actuate.health.Health.class
org.springframework.boot.actuate.health.HealthIndicator.class
org.springframework.boot.actuate.health.AbstractHealthIndicator.class
org.springframework.boot.actuate.health.Health$Builder.class
org.springframework.boot.actuate.health.HealthStatusHttpMapper.class
org.springframework.boot.actuate.health.ReactiveHealthEndpointWebExtension.class
org.springframework.boot.actuate.health.HealthEndpointWebExtension.class
org.springframework.boot.actuate.health.ShowDetails.class
org.springframework.boot.actuate.health.HealthAggregator.class
org.springframework.boot.actuate.health.CompositeReactiveHealthIndicator.class
org.springframework.boot.actuate.health.CompositeHealthIndicatorFactory.class
org.springframework.boot.actuate.health.Status.class
org.springframework.boot.actuate.health.OrderedHealthAggregator$StatusComparator.class
org.springframework.boot.actuate.health.HealthWebEndpointResponseMapper.class
org.springframework.boot.actuate.health.HealthEndpoint.class
org.springframework.boot.actuate.health.OrderedHealthAggregator.class
org.springframework.boot.actuate.health.AbstractReactiveHealthIndicator.class
org.springframework.boot.actuate.audit.listener.AbstractAuditListener.class
org.springframework.boot.actuate.audit.listener.AuditApplicationEvent.class
org.springframework.boot.actuate.audit.listener.AuditListener.class
org.springframework.boot.actuate.audit.AuditEventsEndpoint.class
org.springframework.boot.actuate.audit.AuditEventsEndpoint$AuditEventsDescriptor.class
org.springframework.boot.actuate.audit.AuditEvent.class
org.springframework.boot.actuate.endpoint.InvalidEndpointRequestException.class
org.springframework.boot.actuate.endpoint.invoke.reflect.OperationMethod.class
org.springframework.boot.actuate.endpoint.invoke.reflect.OperationMethodParameters.class
org.springframework.boot.actuate.endpoint.invoke.convert.ConversionServiceParameterValueMapper.class
org.springframework.boot.actuate.endpoint.invoke.OperationInvokerAdvisor.class
org.springframework.boot.actuate.endpoint.Sanitizer.class
org.springframework.boot.actuate.endpoint.OperationType.class
org.springframework.boot.actuate.endpoint.invoker.cache.CachingOperationInvoker$CachedResponse.class
org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer$1.class
org.springframework.boot.actuate.endpoint.annotation.DiscoveredOperationsFactory.class
org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer.class
org.springframework.boot.actuate.endpoint.jmx.EndpointMBean$ReactiveHandler.class
org.springframework.boot.actuate.endpoint.jmx.JmxEndpointsSupplier.class
org.springframework.boot.actuate.endpoint.jmx.JmxOperationParameter.class
org.springframework.boot.actuate.endpoint.jmx.JmxOperation.class
org.springframework.boot.actuate.endpoint.jmx.EndpointMBean.class
org.springframework.boot.actuate.endpoint.jmx.annotation.DiscoveredJmxOperation$DiscoveredJmxOperationParameter.class
org.springframework.boot.actuate.endpoint.jmx.annotation.DiscoveredJmxEndpoint.class
org.springframework.boot.actuate.endpoint.jmx.annotation.JmxEndpointFilter.class
org.springframework.boot.actuate.endpoint.jmx.annotation.JmxEndpointDiscoverer.class
org.springframework.boot.actuate.endpoint.jmx.ExposableJmxEndpoint.class
org.springframework.boot.actuate.endpoint.jmx.JmxOperationResponseMapper.class
org.springframework.boot.actuate.logging.LogFileWebEndpoint.class
org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint$CronTaskDescription.class
org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint$TaskDescription.class
org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint$IntervalTaskDescription.class
org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint$RunnableDescription.class
org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint$FixedDelayTaskDescription.class
org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint$1.class
org.springframework.boot.actuate.beans.BeansEndpoint$1.class
org.springframework.boot.actuate.beans.BeansEndpoint$BeanDescriptor.class
org.springframework.boot.actuate.beans.BeansEndpoint$ContextBeans.class
org.springframework.boot.actuate.elasticsearch.ElasticsearchHealthIndicator$1.class
org.springframework.boot.actuate.trace.http.HttpTraceEndpoint$HttpTraceDescriptor.class
org.springframework.boot.actuate.trace.http.TraceableRequest.class
org.springframework.boot.actuate.trace.http.HttpTraceEndpoint.class
org.springframework.boot.actuate.trace.http.HttpTrace$Session.class
org.springframework.boot.actuate.trace.http.HttpTraceRepository.class
org.springframework.boot.actuate.trace.http.HttpTrace.class
org.springframework.boot.actuate.metrics.web.reactive.server.WebFluxTagsProvider.class
org.springframework.boot.actuate.metrics.web.reactive.server.RouterFunctionMetrics.class
org.springframework.boot.actuate.metrics.MetricsEndpoint$AvailableTag.class
org.springframework.boot.actuate.metrics.amqp.RabbitMetrics.class
org.springframework.boot.actuate.metrics.cache.CacheMeterBinderProvider.class
org.springframework.boot.actuate.metrics.cache.JCacheCacheMeterBinderProvider.class
org.springframework.boot.actuate.metrics.cache.EhCache2CacheMeterBinderProvider.class
org.springframework.boot.actuate.metrics.cache.HazelcastCacheMeterBinderProvider.class
org.springframework.boot.actuate.metrics.MetricsEndpoint$Sample.class
org.springframework.boot.actuate.jms.JmsHealthIndicator.class
org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator.class
org.springframework.boot.actuate.management.HeapDumpWebEndpoint$HotSpotDiagnosticMXBeanHeapDumper.class
org.springframework.boot.actuate.beans.BeansEndpoint.class
org.springframework.boot.actuate.beans.BeansEndpoint$ApplicationBeans.class
org.springframework.boot.actuate.elasticsearch.ElasticsearchJestHealthIndicator.class
org.springframework.boot.actuate.elasticsearch.ElasticsearchHealthIndicator.class
org.springframework.boot.actuate.trace.http.HttpExchangeTracer.class
org.springframework.boot.actuate.trace.http.TraceableResponse.class
org.springframework.boot.actuate.trace.http.HttpTrace$Request.class
org.springframework.boot.actuate.trace.http.HttpTrace$Principal.class
org.springframework.boot.actuate.trace.http.HttpExchangeTracer$FilteredTraceableRequest.class
org.springframework.boot.actuate.trace.http.HttpExchangeTracer$FilteredTraceableResponse.class
org.springframework.boot.actuate.trace.http.HttpTraceEndpoint$1.class
org.springframework.boot.actuate.trace.http.HttpExchangeTracer$1.class
org.springframework.boot.actuate.trace.http.HttpTrace$1.class
org.springframework.boot.actuate.trace.http.Include.class
org.springframework.boot.actuate.trace.http.InMemoryHttpTraceRepository.class
org.springframework.boot.actuate.trace.http.HttpTrace$Response.class
org.springframework.boot.actuate.liquibase.LiquibaseEndpoint$ContextLiquibaseBeans.class
org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.class
org.springframework.boot.actuate.liquibase.LiquibaseEndpoint$1.class
org.springframework.boot.actuate.liquibase.LiquibaseEndpoint$ApplicationLiquibaseBeans.class
org.springframework.boot.actuate.liquibase.LiquibaseEndpoint$ContextExpression.class
org.springframework.boot.actuate.liquibase.LiquibaseEndpoint$ChangeSet.class
org.springframework.boot.actuate.liquibase.LiquibaseEndpoint$LiquibaseBean.class
org.springframework.boot.actuate.mail.MailHealthIndicator.class
org.springframework.boot.actuate.metrics.jdbc.DataSourcePoolMetrics.class
org.springframework.boot.actuate.metrics.jdbc.DataSourcePoolMetrics$CachingDataSourcePoolMetadataProvider.class
org.springframework.boot.actuate.metrics.export.prometheus.PrometheusScrapeEndpoint.class
org.springframework.boot.actuate.metrics.web.client.MetricsClientHttpRequestInterceptor$1.class
org.springframework.boot.actuate.metrics.web.client.MetricsClientHttpRequestInterceptor.class
org.springframework.boot.actuate.metrics.web.client.RestTemplateExchangeTags.class
org.springframework.boot.actuate.metrics.web.client.RestTemplateExchangeTagsProvider.class
org.springframework.boot.actuate.metrics.web.client.MetricsRestTemplateCustomizer.class
org.springframework.boot.actuate.metrics.web.client.DefaultRestTemplateExchangeTagsProvider.class
org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter$TimingContext.class
org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter$1.class
org.springframework.boot.actuate.metrics.web.servlet.WebMvcTags.class
org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.class
org.springframework.boot.actuate.metrics.web.servlet.DefaultWebMvcTagsProvider.class
org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter$UnmodifiableAttributesRequestWrapper.class
org.springframework.boot.actuate.metrics.web.servlet.WebMvcTagsProvider.class
org.springframework.boot.actuate.metrics.web.reactive.server.RouterFunctionMetrics$MetricsFilter.class
org.springframework.boot.actuate.metrics.web.reactive.server.MetricsWebFilter.class
org.springframework.boot.actuate.metrics.web.reactive.server.DefaultWebFluxTagsProvider.class
org.springframework.boot.actuate.metrics.MetricsEndpoint.class
org.springframework.boot.actuate.metrics.cache.CacheMetricsRegistrar.class
org.springframework.boot.actuate.metrics.cache.CaffeineCacheMeterBinderProvider.class
org.springframework.boot.actuate.metrics.MetricsEndpoint$MetricResponse.class
org.springframework.boot.actuate.metrics.MetricsEndpoint$ListNamesResponse.class
META-INF/spring-configuration-metadata.json
org.springframework.boot.actuate.solr.SolrHealthIndicator.class
org.springframework.boot.actuate.ldap.LdapHealthIndicator$VersionContextExecutor.class
org.springframework.boot.actuate.ldap.LdapHealthIndicator.class
org.springframework.boot.actuate.web.mappings.MappingsEndpoint$1.class
org.springframework.boot.actuate.web.mappings.MappingsEndpoint.class
org.springframework.boot.actuate.web.mappings.MappingsEndpoint$ContextMappings.class
org.springframework.boot.actuate.web.mappings.HandlerMethodDescription.class
org.springframework.boot.actuate.web.mappings.servlet.FilterRegistrationMappingDescription.class
org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletsMappingDescriptionProvider$UrlHandlerMappingDescriptionProvider.class
org.springframework.boot.actuate.web.mappings.servlet.FiltersMappingDescriptionProvider.class
org.springframework.boot.actuate.web.mappings.servlet.ServletsMappingDescriptionProvider.class
org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletHandlerMappings$TomcatServletInitializer.class
org.springframework.boot.actuate.web.mappings.servlet.RegistrationMappingDescription.class
org.springframework.boot.actuate.web.mappings.servlet.ServletRegistrationMappingDescription.class
org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletsMappingDescriptionProvider$RequestMappingInfoHandlerMappingDescriptionProvider.class
org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletMappingDetails.class
org.springframework.boot.actuate.web.mappings.servlet.RequestMappingConditionsDescription$NameValueExpressionDescription.class
org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletHandlerMappings.class
org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletsMappingDescriptionProvider$HandlerMappingDescriptionProvider.class
org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletsMappingDescriptionProvider.class
org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletsMappingDescriptionProvider$DelegatingHandlerMappingDescriptionProvider.class
org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletMappingDescription.class
org.springframework.boot.actuate.web.mappings.servlet.RequestMappingConditionsDescription$MediaTypeExpressionDescription.class
org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletsMappingDescriptionProvider$1.class
org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletHandlerMappings$UndertowServletInitializer.class
org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletHandlerMappings$1.class
org.springframework.boot.actuate.web.mappings.servlet.RequestMappingConditionsDescription.class
org.springframework.boot.actuate.web.mappings.MappingDescriptionProvider.class
org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlersMappingDescriptionProvider.class
org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlersMappingDescriptionProvider$1.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
spring-boot-2.0.0.RELEASE.jar
/org.springframework.boot/spring-boot/2.0.0.RELEASE
查看spring-boot所有版本文件
jackson-databind-2.9.4.jar
/com.fasterxml.jackson.core/jackson-databind/2.9.4
查看jackson-databind所有版本文件
hazelcast-3.9.3.jar
/com.hazelcast/hazelcast/3.9.3
查看hazelcast所有版本文件
hazelcast-spring-3.9.3.jar
/com.hazelcast/hazelcast-spring/3.9.3
查看hazelcast-spring所有版本文件
javax.mail-1.6.1.jar
/com.sun.mail/javax.mail/1.6.1
查看javax.mail所有版本文件
HikariCP-2.7.8.jar
/com.zaxxer/HikariCP/2.7.8
查看HikariCP所有版本文件
lettuce-core-5.0.2.RELEASE.jar
/io.lettuce/lettuce-core/5.0.2.RELEASE
查看lettuce-core所有版本文件
micrometer-core-1.0.1.jar
/io.micrometer/micrometer-core/1.0.1
查看micrometer-core所有版本文件
micrometer-registry-prometheus-1.0.1.jar
/io.micrometer/micrometer-registry-prometheus/1.0.1
查看micrometer-registry-prometheus所有版本文件
jest-5.3.3.jar
/io.searchbox/jest/5.3.3
查看jest所有版本文件
undertow-servlet-1.4.22.Final.jar
/io.undertow/undertow-servlet/1.4.22.Final
查看undertow-servlet所有版本文件
cache-api-1.1.0.jar
/javax.cache/cache-api/1.1.0
查看cache-api所有版本文件
javax.jms-api-2.0.1.jar
/javax.jms/javax.jms-api/2.0.1
查看javax.jms-api所有版本文件
ehcache-2.10.4.jar
/net.sf.ehcache/ehcache/2.10.4
查看ehcache所有版本文件
tomcat-embed-core-8.5.28.jar
/org.apache.tomcat.embed/tomcat-embed-core/8.5.28
查看tomcat-embed-core所有版本文件
aspectjweaver-1.8.13.jar
/org.aspectj/aspectjweaver/1.8.13
查看aspectjweaver所有版本文件
elasticsearch-5.6.8.jar
/org.elasticsearch/elasticsearch/5.6.8
查看elasticsearch所有版本文件
flyway-core-5.0.7.jar
/org.flywaydb/flyway-core/5.0.7
查看flyway-core所有版本文件
jersey-server-2.26.jar
/org.glassfish.jersey.core/jersey-server/2.26
查看jersey-server所有版本文件
jersey-container-servlet-core-2.26.jar
/org.glassfish.jersey.containers/jersey-container-servlet-core/2.26
查看jersey-container-servlet-core所有版本文件
hibernate-validator-6.0.7.Final.jar
/org.hibernate.validator/hibernate-validator/6.0.7.Final
查看hibernate-validator所有版本文件
infinispan-spring4-embedded-9.1.6.Final.jar
/org.infinispan/infinispan-spring4-embedded/9.1.6.Final
查看infinispan-spring4-embedded所有版本文件
influxdb-java-2.9.jar
/org.influxdb/influxdb-java/2.9
查看influxdb-java所有版本文件
liquibase-core-3.5.5.jar
/org.liquibase/liquibase-core/3.5.5
查看liquibase-core所有版本文件
mongodb-driver-async-3.6.3.jar
/org.mongodb/mongodb-driver-async/3.6.3
查看mongodb-driver-async所有版本文件
mongodb-driver-reactivestreams-1.7.1.jar
/org.mongodb/mongodb-driver-reactivestreams/1.7.1
查看mongodb-driver-reactivestreams所有版本文件
spring-jdbc-5.0.4.RELEASE.jar
/org.springframework/spring-jdbc/5.0.4.RELEASE
查看spring-jdbc所有版本文件
spring-messaging-5.0.4.RELEASE.jar
/org.springframework/spring-messaging/5.0.4.RELEASE
查看spring-messaging所有版本文件
spring-webflux-5.0.4.RELEASE.jar
/org.springframework/spring-webflux/5.0.4.RELEASE
查看spring-webflux所有版本文件
spring-web-5.0.4.RELEASE.jar
/org.springframework/spring-web/5.0.4.RELEASE
查看spring-web所有版本文件
spring-webmvc-5.0.4.RELEASE.jar
/org.springframework/spring-webmvc/5.0.4.RELEASE
查看spring-webmvc所有版本文件
spring-rabbit-2.0.2.RELEASE.jar
/org.springframework.amqp/spring-rabbit/2.0.2.RELEASE
查看spring-rabbit所有版本文件
spring-data-cassandra-2.0.5.RELEASE.jar
/org.springframework.data/spring-data-cassandra/2.0.5.RELEASE
查看spring-data-cassandra所有版本文件
spring-data-couchbase-3.0.5.RELEASE.jar
/org.springframework.data/spring-data-couchbase/3.0.5.RELEASE
查看spring-data-couchbase所有版本文件
spring-data-ldap-2.0.5.RELEASE.jar
/org.springframework.data/spring-data-ldap/2.0.5.RELEASE
查看spring-data-ldap所有版本文件
spring-data-mongodb-2.0.5.RELEASE.jar
/org.springframework.data/spring-data-mongodb/2.0.5.RELEASE
查看spring-data-mongodb所有版本文件
spring-data-neo4j-5.0.5.RELEASE.jar
/org.springframework.data/spring-data-neo4j/5.0.5.RELEASE
查看spring-data-neo4j所有版本文件
spring-data-redis-2.0.5.RELEASE.jar
/org.springframework.data/spring-data-redis/2.0.5.RELEASE
查看spring-data-redis所有版本文件
spring-data-rest-webmvc-3.0.5.RELEASE.jar
/org.springframework.data/spring-data-rest-webmvc/3.0.5.RELEASE
查看spring-data-rest-webmvc所有版本文件
spring-data-solr-3.0.5.RELEASE.jar
/org.springframework.data/spring-data-solr/3.0.5.RELEASE
查看spring-data-solr所有版本文件
spring-integration-core-5.0.3.RELEASE.jar
/org.springframework.integration/spring-integration-core/5.0.3.RELEASE
查看spring-integration-core所有版本文件
spring-security-core-5.0.3.RELEASE.jar
/org.springframework.security/spring-security-core/5.0.3.RELEASE
查看spring-security-core所有版本文件
spring-security-web-5.0.3.RELEASE.jar
/org.springframework.security/spring-security-web/5.0.3.RELEASE
查看spring-security-web所有版本文件
spring-session-core-2.0.2.RELEASE.jar
/org.springframework.session/spring-session-core/2.0.2.RELEASE
查看spring-session-core所有版本文件
spring-boot-configuration-processor-2.0.0.RELEASE.jar
/org.springframework.boot/spring-boot-configuration-processor/2.0.0.RELEASE
查看spring-boot-configuration-processor所有版本文件
|