Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
962b3df9
Commit
962b3df9
authored
Sep 14, 2017
by
Andy Wilkinson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add and polish package-info.java for actuator
Closes gh-10298
parent
c2958c27
Changes
54
Hide whitespace changes
Inline
Side-by-side
Showing
54 changed files
with
967 additions
and
7 deletions
+967
-7
package-info.java
...ctuate/autoconfigure/endpoint/condition/package-info.java
+20
-0
package-info.java
...boot/actuate/autoconfigure/endpoint/jmx/package-info.java
+20
-0
package-info.java
...ork/boot/actuate/autoconfigure/endpoint/package-info.java
+1
-1
package-info.java
...tuate/autoconfigure/endpoint/web/jersey/package-info.java
+20
-0
package-info.java
...ate/autoconfigure/endpoint/web/reactive/package-info.java
+20
-0
package-info.java
...uate/autoconfigure/endpoint/web/servlet/package-info.java
+20
-0
package-info.java
...amework/boot/actuate/autoconfigure/mail/package-info.java
+1
-1
package-info.java
...uate/autoconfigure/metrics/export/atlas/package-info.java
+20
-0
package-info.java
...te/autoconfigure/metrics/export/datadog/package-info.java
+20
-0
package-info.java
...te/autoconfigure/metrics/export/ganglia/package-info.java
+20
-0
package-info.java
...e/autoconfigure/metrics/export/graphite/package-info.java
+20
-0
package-info.java
...ate/autoconfigure/metrics/export/influx/package-info.java
+20
-0
package-info.java
...ctuate/autoconfigure/metrics/export/jmx/package-info.java
+20
-0
package-info.java
...ot/actuate/autoconfigure/metrics/export/package-info.java
+20
-0
package-info.java
...autoconfigure/metrics/export/prometheus/package-info.java
+20
-0
package-info.java
...ate/autoconfigure/metrics/export/simple/package-info.java
+20
-0
package-info.java
...work/boot/actuate/autoconfigure/metrics/package-info.java
+20
-0
package-info.java
...e/autoconfigure/metrics/reactive/server/package-info.java
+20
-0
package-info.java
...ctuate/autoconfigure/metrics/web/client/package-info.java
+20
-0
package-info.java
...tuate/autoconfigure/metrics/web/servlet/package-info.java
+20
-0
package-info.java
...k/boot/actuate/autoconfigure/web/jersey/package-info.java
+20
-0
package-info.java
...ramework/boot/actuate/autoconfigure/web/package-info.java
+20
-0
package-info.java
...boot/actuate/autoconfigure/web/reactive/package-info.java
+20
-0
package-info.java
.../boot/actuate/autoconfigure/web/servlet/package-info.java
+20
-0
package-info.java
...a/org/springframework/boot/actuate/amqp/package-info.java
+20
-0
package-info.java
.../springframework/boot/actuate/cassandra/package-info.java
+20
-0
package-info.java
.../springframework/boot/actuate/couchbase/package-info.java
+20
-0
package-info.java
...ingframework/boot/actuate/elasticsearch/package-info.java
+20
-0
package-info.java
...g/springframework/boot/actuate/endpoint/package-info.java
+1
-1
package-info.java
...rk/boot/actuate/endpoint/web/annotation/package-info.java
+1
-1
package-info.java
...va/org/springframework/boot/actuate/env/package-info.java
+21
-0
package-info.java
...org/springframework/boot/actuate/flyway/package-info.java
+20
-0
package-info.java
...org/springframework/boot/actuate/health/package-info.java
+1
-1
package-info.java
...a/org/springframework/boot/actuate/jdbc/package-info.java
+20
-0
package-info.java
...va/org/springframework/boot/actuate/jms/package-info.java
+20
-0
package-info.java
...a/org/springframework/boot/actuate/ldap/package-info.java
+20
-0
package-info.java
.../springframework/boot/actuate/liquibase/package-info.java
+20
-0
package-info.java
...org/springframework/boot/actuate/logger/package-info.java
+20
-0
package-info.java
...rg/springframework/boot/actuate/logging/package-info.java
+20
-0
package-info.java
...a/org/springframework/boot/actuate/mail/package-info.java
+20
-0
package-info.java
...springframework/boot/actuate/management/package-info.java
+20
-0
package-info.java
.../boot/actuate/metrics/export/prometheus/package-info.java
+20
-0
package-info.java
...mework/boot/actuate/metrics/integration/package-info.java
+20
-0
package-info.java
...ringframework/boot/actuate/metrics/jdbc/package-info.java
+20
-0
package-info.java
...rg/springframework/boot/actuate/metrics/package-info.java
+20
-0
package-info.java
...amework/boot/actuate/metrics/web/client/package-info.java
+20
-0
package-info.java
...oot/actuate/metrics/web/reactive/server/package-info.java
+20
-0
package-info.java
...mework/boot/actuate/metrics/web/servlet/package-info.java
+20
-0
package-info.java
.../org/springframework/boot/actuate/mongo/package-info.java
+20
-0
package-info.java
.../org/springframework/boot/actuate/neo4j/package-info.java
+20
-0
package-info.java
.../org/springframework/boot/actuate/redis/package-info.java
+20
-0
package-info.java
...g/springframework/boot/actuate/security/package-info.java
+1
-2
package-info.java
...a/org/springframework/boot/actuate/solr/package-info.java
+20
-0
package-info.java
...org/springframework/boot/actuate/system/package-info.java
+20
-0
No files found.
spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/endpoint/condition/package-info.java
0 → 100644
View file @
962b3df9
/*
* Copyright 2012-2017 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* Actuator endpoint auto-configuration conditions.
*/
package
org
.
springframework
.
boot
.
actuate
.
autoconfigure
.
endpoint
.
condition
;
spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/endpoint/jmx/package-info.java
0 → 100644
View file @
962b3df9
/*
* Copyright 2012-2017 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* Actuator JMX endpoint auto-configuration.
*/
package
org
.
springframework
.
boot
.
actuate
.
autoconfigure
.
endpoint
.
jmx
;
spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/endpoint/package-info.java
View file @
962b3df9
...
@@ -15,6 +15,6 @@
...
@@ -15,6 +15,6 @@
*/
*/
/**
/**
*
Additional actuator endpoint conditions and utilities
.
*
Core classes for actuator endpoint auto-configuration
.
*/
*/
package
org
.
springframework
.
boot
.
actuate
.
autoconfigure
.
endpoint
;
package
org
.
springframework
.
boot
.
actuate
.
autoconfigure
.
endpoint
;
spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/endpoint/web/jersey/package-info.java
0 → 100644
View file @
962b3df9
/*
* Copyright 2012-2017 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* Auto-configuration for exposing actuator web endpoints using Jersey.
*/
package
org
.
springframework
.
boot
.
actuate
.
autoconfigure
.
endpoint
.
web
.
jersey
;
spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/endpoint/web/reactive/package-info.java
0 → 100644
View file @
962b3df9
/*
* Copyright 2012-2017 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* Auto-configuration for exposing actuator web endpoints using WebFlux.
*/
package
org
.
springframework
.
boot
.
actuate
.
autoconfigure
.
endpoint
.
web
.
reactive
;
spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/endpoint/web/servlet/package-info.java
0 → 100644
View file @
962b3df9
/*
* Copyright 2012-2017 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* Auto-configuration for exposing actuator web endpoints using Spring MVC.
*/
package
org
.
springframework
.
boot
.
actuate
.
autoconfigure
.
endpoint
.
web
.
servlet
;
spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/mail/package-info.java
View file @
962b3df9
...
@@ -15,6 +15,6 @@
...
@@ -15,6 +15,6 @@
*/
*/
/**
/**
* Auto-configuration for actuator Java
Mail concerns.
* Auto-configuration for actuator JavaMail concerns.
*/
*/
package
org
.
springframework
.
boot
.
actuate
.
autoconfigure
.
mail
;
package
org
.
springframework
.
boot
.
actuate
.
autoconfigure
.
mail
;
spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/metrics/export/atlas/package-info.java
0 → 100644
View file @
962b3df9
/*
* Copyright 2012-2017 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* Support for exporting actuator metrics to Atlas.
*/
package
org
.
springframework
.
boot
.
actuate
.
autoconfigure
.
metrics
.
export
.
atlas
;
spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/metrics/export/datadog/package-info.java
0 → 100644
View file @
962b3df9
/*
* Copyright 2012-2017 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* Support for exporting actuator metrics to Datadog.
*/
package
org
.
springframework
.
boot
.
actuate
.
autoconfigure
.
metrics
.
export
.
datadog
;
spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/metrics/export/ganglia/package-info.java
0 → 100644
View file @
962b3df9
/*
* Copyright 2012-2017 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* Support for exporting actuator metrics to Ganglia.
*/
package
org
.
springframework
.
boot
.
actuate
.
autoconfigure
.
metrics
.
export
.
ganglia
;
spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/metrics/export/graphite/package-info.java
0 → 100644
View file @
962b3df9
/*
* Copyright 2012-2017 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* Support for exporting actuator metrics to Graphite.
*/
package
org
.
springframework
.
boot
.
actuate
.
autoconfigure
.
metrics
.
export
.
graphite
;
spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/metrics/export/influx/package-info.java
0 → 100644
View file @
962b3df9
/*
* Copyright 2012-2017 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* Support for exporting actuator metrics to InfluxDB.
*/
package
org
.
springframework
.
boot
.
actuate
.
autoconfigure
.
metrics
.
export
.
influx
;
spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/metrics/export/jmx/package-info.java
0 → 100644
View file @
962b3df9
/*
* Copyright 2012-2017 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* Support for exporting actuator metrics to JMX.
*/
package
org
.
springframework
.
boot
.
actuate
.
autoconfigure
.
metrics
.
export
.
jmx
;
spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/metrics/export/package-info.java
0 → 100644
View file @
962b3df9
/*
* Copyright 2012-2017 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* Core classes for exporting actuator metrics.
*/
package
org
.
springframework
.
boot
.
actuate
.
autoconfigure
.
metrics
.
export
;
spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/metrics/export/prometheus/package-info.java
0 → 100644
View file @
962b3df9
/*
* Copyright 2012-2017 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* Support for exporting actuator metrics to Prometheus.
*/
package
org
.
springframework
.
boot
.
actuate
.
autoconfigure
.
metrics
.
export
.
prometheus
;
spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/metrics/export/simple/package-info.java
0 → 100644
View file @
962b3df9
/*
* Copyright 2012-2017 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* Support for exporting actuator metrics to a simple in-memory store.
*/
package
org
.
springframework
.
boot
.
actuate
.
autoconfigure
.
metrics
.
export
.
simple
;
spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/metrics/package-info.java
0 → 100644
View file @
962b3df9
/*
* Copyright 2012-2017 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* Auto-configuration for actuator metrics and Micrometer.
*/
package
org
.
springframework
.
boot
.
actuate
.
autoconfigure
.
metrics
;
spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/metrics/reactive/server/package-info.java
0 → 100644
View file @
962b3df9
/*
* Copyright 2012-2017 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* Auto-configuration for WebFlux actuator metrics.
*/
package
org
.
springframework
.
boot
.
actuate
.
autoconfigure
.
metrics
.
reactive
.
server
;
spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/metrics/web/client/package-info.java
0 → 100644
View file @
962b3df9
/*
* Copyright 2012-2017 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* Auto-configuration for web client actuator metrics.
*/
package
org
.
springframework
.
boot
.
actuate
.
autoconfigure
.
metrics
.
web
.
client
;
spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/metrics/web/servlet/package-info.java
0 → 100644
View file @
962b3df9
/*
* Copyright 2012-2017 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* Auto-configuration for Spring MVC actuator metrics.
*/
package
org
.
springframework
.
boot
.
actuate
.
autoconfigure
.
metrics
.
web
.
servlet
;
spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/web/jersey/package-info.java
0 → 100644
View file @
962b3df9
/*
* Copyright 2012-2017 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* Configuration for a Jersey-based management context.
*/
package
org
.
springframework
.
boot
.
actuate
.
autoconfigure
.
web
.
jersey
;
spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/web/package-info.java
0 → 100644
View file @
962b3df9
/*
* Copyright 2012-2017 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* Core classes for auto-configuration of actuator web concerns.
*/
package
org
.
springframework
.
boot
.
actuate
.
autoconfigure
.
web
;
spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/web/reactive/package-info.java
0 → 100644
View file @
962b3df9
/*
* Copyright 2012-2017 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* Configuration for a WebFlux-based management context.
*/
package
org
.
springframework
.
boot
.
actuate
.
autoconfigure
.
web
.
reactive
;
spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/web/servlet/package-info.java
0 → 100644
View file @
962b3df9
/*
* Copyright 2012-2017 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* Actuator Spring MVC support.
*/
package
org
.
springframework
.
boot
.
actuate
.
autoconfigure
.
web
.
servlet
;
spring-boot-actuator/src/main/java/org/springframework/boot/actuate/amqp/package-info.java
0 → 100644
View file @
962b3df9
/*
* Copyright 2012-2017 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* Actuator support for AMQP and RabbitMQ.
*/
package
org
.
springframework
.
boot
.
actuate
.
amqp
;
spring-boot-actuator/src/main/java/org/springframework/boot/actuate/cassandra/package-info.java
0 → 100644
View file @
962b3df9
/*
* Copyright 2012-2017 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* Actuator support for Cassandra.
*/
package
org
.
springframework
.
boot
.
actuate
.
cassandra
;
spring-boot-actuator/src/main/java/org/springframework/boot/actuate/couchbase/package-info.java
0 → 100644
View file @
962b3df9
/*
* Copyright 2012-2017 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* Actuator support for Cassandra.
*/
package
org
.
springframework
.
boot
.
actuate
.
couchbase
;
spring-boot-actuator/src/main/java/org/springframework/boot/actuate/elasticsearch/package-info.java
0 → 100644
View file @
962b3df9
/*
* Copyright 2012-2017 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* Actuator support for Elasticsearch.
*/
package
org
.
springframework
.
boot
.
actuate
.
elasticsearch
;
spring-boot-actuator/src/main/java/org/springframework/boot/actuate/endpoint/package-info.java
View file @
962b3df9
...
@@ -15,6 +15,6 @@
...
@@ -15,6 +15,6 @@
*/
*/
/**
/**
*
Endpoints used to expose actuator information
.
*
Actuator endpoint infrastructure
.
*/
*/
package
org
.
springframework
.
boot
.
actuate
.
endpoint
;
package
org
.
springframework
.
boot
.
actuate
.
endpoint
;
spring-boot-actuator/src/main/java/org/springframework/boot/actuate/endpoint/web/annotation/package-info.java
View file @
962b3df9
...
@@ -15,6 +15,6 @@
...
@@ -15,6 +15,6 @@
*/
*/
/**
/**
* Annotation support for actuator
W
eb endpoints.
* Annotation support for actuator
w
eb endpoints.
*/
*/
package
org
.
springframework
.
boot
.
actuate
.
endpoint
.
web
.
annotation
;
package
org
.
springframework
.
boot
.
actuate
.
endpoint
.
web
.
annotation
;
spring-boot-actuator/src/main/java/org/springframework/boot/actuate/env/package-info.java
0 → 100644
View file @
962b3df9
/*
* Copyright 2012-2017 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* Actuator support for Spring Framework's
* {@link org.springframework.core.env.Environment}.
*/
package
org
.
springframework
.
boot
.
actuate
.
env
;
spring-boot-actuator/src/main/java/org/springframework/boot/actuate/flyway/package-info.java
0 → 100644
View file @
962b3df9
/*
* Copyright 2012-2017 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* Actuator support for Flyway.
*/
package
org
.
springframework
.
boot
.
actuate
.
flyway
;
spring-boot-actuator/src/main/java/org/springframework/boot/actuate/health/package-info.java
View file @
962b3df9
...
@@ -15,6 +15,6 @@
...
@@ -15,6 +15,6 @@
*/
*/
/**
/**
* Actuator health indicators.
* Actuator health indicator
and endpoint
s.
*/
*/
package
org
.
springframework
.
boot
.
actuate
.
health
;
package
org
.
springframework
.
boot
.
actuate
.
health
;
spring-boot-actuator/src/main/java/org/springframework/boot/actuate/jdbc/package-info.java
0 → 100644
View file @
962b3df9
/*
* Copyright 2012-2017 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* Actuator support for JDBC.
*/
package
org
.
springframework
.
boot
.
actuate
.
jdbc
;
spring-boot-actuator/src/main/java/org/springframework/boot/actuate/jms/package-info.java
0 → 100644
View file @
962b3df9
/*
* Copyright 2012-2017 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* Actuator support for JMS.
*/
package
org
.
springframework
.
boot
.
actuate
.
jms
;
spring-boot-actuator/src/main/java/org/springframework/boot/actuate/ldap/package-info.java
0 → 100644
View file @
962b3df9
/*
* Copyright 2012-2017 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* Actuator support for LDAP.
*/
package
org
.
springframework
.
boot
.
actuate
.
ldap
;
spring-boot-actuator/src/main/java/org/springframework/boot/actuate/liquibase/package-info.java
0 → 100644
View file @
962b3df9
/*
* Copyright 2012-2017 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* Actuator support for Liquibase.
*/
package
org
.
springframework
.
boot
.
actuate
.
liquibase
;
spring-boot-actuator/src/main/java/org/springframework/boot/actuate/logger/package-info.java
0 → 100644
View file @
962b3df9
/*
* Copyright 2012-2017 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* Actuator support for logging.
*/
package
org
.
springframework
.
boot
.
actuate
.
logger
;
spring-boot-actuator/src/main/java/org/springframework/boot/actuate/logging/package-info.java
0 → 100644
View file @
962b3df9
/*
* Copyright 2012-2017 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* Actuator support for AMQP and RabbitMQ.
*/
package
org
.
springframework
.
boot
.
actuate
.
logging
;
spring-boot-actuator/src/main/java/org/springframework/boot/actuate/mail/package-info.java
0 → 100644
View file @
962b3df9
/*
* Copyright 2012-2017 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* Actuator support for JavaMail.
*/
package
org
.
springframework
.
boot
.
actuate
.
mail
;
spring-boot-actuator/src/main/java/org/springframework/boot/actuate/management/package-info.java
0 → 100644
View file @
962b3df9
/*
* Copyright 2012-2017 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* Actuator support for JVM management.
*/
package
org
.
springframework
.
boot
.
actuate
.
management
;
spring-boot-actuator/src/main/java/org/springframework/boot/actuate/metrics/export/prometheus/package-info.java
0 → 100644
View file @
962b3df9
/*
* Copyright 2012-2017 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* Actuator support for exporting metrics to Prometheus.
*/
package
org
.
springframework
.
boot
.
actuate
.
metrics
.
export
.
prometheus
;
spring-boot-actuator/src/main/java/org/springframework/boot/actuate/metrics/integration/package-info.java
0 → 100644
View file @
962b3df9
/*
* Copyright 2012-2017 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* Actuator support for Spring Integration metrics.
*/
package
org
.
springframework
.
boot
.
actuate
.
metrics
.
integration
;
spring-boot-actuator/src/main/java/org/springframework/boot/actuate/metrics/jdbc/package-info.java
0 → 100644
View file @
962b3df9
/*
* Copyright 2012-2017 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* Actuator support for JDBC metrics.
*/
package
org
.
springframework
.
boot
.
actuate
.
metrics
.
jdbc
;
spring-boot-actuator/src/main/java/org/springframework/boot/actuate/metrics/package-info.java
0 → 100644
View file @
962b3df9
/*
* Copyright 2012-2017 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* Core actuator support for metrics.
*/
package
org
.
springframework
.
boot
.
actuate
.
metrics
;
spring-boot-actuator/src/main/java/org/springframework/boot/actuate/metrics/web/client/package-info.java
0 → 100644
View file @
962b3df9
/*
* Copyright 2012-2017 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* Actuator support for web client metrics.
*/
package
org
.
springframework
.
boot
.
actuate
.
metrics
.
web
.
client
;
spring-boot-actuator/src/main/java/org/springframework/boot/actuate/metrics/web/reactive/server/package-info.java
0 → 100644
View file @
962b3df9
/*
* Copyright 2012-2017 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* Actuator support for WebFlux metrics.
*/
package
org
.
springframework
.
boot
.
actuate
.
metrics
.
web
.
reactive
.
server
;
spring-boot-actuator/src/main/java/org/springframework/boot/actuate/metrics/web/servlet/package-info.java
0 → 100644
View file @
962b3df9
/*
* Copyright 2012-2017 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* Actuator support for Spring MVC metrics.
*/
package
org
.
springframework
.
boot
.
actuate
.
metrics
.
web
.
servlet
;
spring-boot-actuator/src/main/java/org/springframework/boot/actuate/mongo/package-info.java
0 → 100644
View file @
962b3df9
/*
* Copyright 2012-2017 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* Actuator support for Mongo.
*/
package
org
.
springframework
.
boot
.
actuate
.
mongo
;
spring-boot-actuator/src/main/java/org/springframework/boot/actuate/neo4j/package-info.java
0 → 100644
View file @
962b3df9
/*
* Copyright 2012-2017 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* Actuator support for Neo4j.
*/
package
org
.
springframework
.
boot
.
actuate
.
neo4j
;
spring-boot-actuator/src/main/java/org/springframework/boot/actuate/redis/package-info.java
0 → 100644
View file @
962b3df9
/*
* Copyright 2012-2017 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* Actuator support for Redis.
*/
package
org
.
springframework
.
boot
.
actuate
.
redis
;
spring-boot-actuator/src/main/java/org/springframework/boot/actuate/security/package-info.java
View file @
962b3df9
...
@@ -15,8 +15,7 @@
...
@@ -15,8 +15,7 @@
*/
*/
/**
/**
*
Metrics integration with Dropwizard Metrics
.
*
Actuator support for security
.
*
*
* @see org.springframework.boot.actuate.metrics.rich.RichGauge
*/
*/
package
org
.
springframework
.
boot
.
actuate
.
security
;
package
org
.
springframework
.
boot
.
actuate
.
security
;
spring-boot-actuator/src/main/java/org/springframework/boot/actuate/solr/package-info.java
0 → 100644
View file @
962b3df9
/*
* Copyright 2012-2017 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* Actuator support for Solr.
*/
package
org
.
springframework
.
boot
.
actuate
.
solr
;
spring-boot-actuator/src/main/java/org/springframework/boot/actuate/system/package-info.java
0 → 100644
View file @
962b3df9
/*
* Copyright 2012-2017 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* Actuator support for system-related concerns.
*/
package
org
.
springframework
.
boot
.
actuate
.
system
;
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment