-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapis.yml
More file actions
354 lines (354 loc) · 13.3 KB
/
Copy pathapis.yml
File metadata and controls
354 lines (354 loc) · 13.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
aid: spring-boot
name: Spring Boot
description: >-
Spring Boot is an open source Java-based framework used to create stand-alone, production-grade Spring-based
applications with minimal configuration. It provides auto-configuration, embedded server support, opinionated
defaults, and production-ready features including health checks, metrics, and externalized configuration management.
accessModel:
pricing: freemium
onboarding: unknown
trial: false
try_now: false
public: false
label: Freemium
confidence: medium
source:
- plans
generated: '2026-07-22'
method: derived
image: https://spring.io/img/spring-boot-logo.png
url: https://spring.io/projects/spring-boot
created: '2024-01-01'
modified: '2026-05-19'
specificationVersion: '0.19'
tags:
- Auto Configuration
- Embedded Server
- Framework
- Java
- Microservices
- REST API
- Spring
- Web Development
apis:
- aid: spring-boot:spring-boot-rest-api
name: Spring Boot REST API
description: >-
RESTful web services built with Spring Boot using Spring MVC or Spring WebFlux. Supports JSON, XML,
and hypermedia responses with full content negotiation, validation, error handling, and CORS configuration.
humanURL: https://spring.io/guides/gs/rest-service/
baseURL: http://localhost:8080/api
tags:
- HTTP
- JSON
- REST
- Web Services
properties:
- type: Documentation
url: https://docs.spring.io/spring-boot/docs/current/reference/html/web.html
- type: Getting Started Guide
url: https://spring.io/guides/gs/rest-service/
- type: Tutorial
url: https://spring.io/guides/tutorials/rest/
- aid: spring-boot:spring-data-rest
name: Spring Data REST API
description: >-
Exposes Spring Data repositories as hypermedia-driven RESTful resources automatically. Supports HAL,
collection+json media types, sorting, pagination, projections, and custom event handlers.
humanURL: https://spring.io/projects/spring-data-rest
baseURL: http://localhost:8080/
tags:
- Database
- HATEOAS
- Repository
- REST
properties:
- type: Documentation
url: https://docs.spring.io/spring-data/rest/docs/current/reference/html/
- type: API Guide
url: https://docs.spring.io/spring-data/rest/docs/current/api/
- type: GettingStarted
url: https://spring.io/guides/gs/accessing-data-rest/
- aid: spring-boot:spring-boot-admin
name: Spring Boot Admin API
description: >-
Admin UI and monitoring tool for Spring Boot applications providing registration, health monitoring,
log level management, JMX bean access, and notification capabilities for multiple application instances.
humanURL: https://github.com/codecentric/spring-boot-admin
baseURL: http://localhost:8080/admin
tags:
- Administration
- Dashboard
- Management
- Monitoring
properties:
- type: Documentation
url: https://codecentric.github.io/spring-boot-admin/current/
- type: GitHubRepository
url: https://github.com/codecentric/spring-boot-admin
- type: GettingStarted
url: https://codecentric.github.io/spring-boot-admin/current/#getting-started
- aid: spring-boot:spring-boot-application-api
name: Spring Boot Application API
description: The Application API from Spring Boot — 3 operation(s) for application.
humanURL: https://docs.spring.io/spring-boot/docs/current/reference/html/actuator.html
baseURL: http://localhost:8080/actuator
tags:
- Application
properties:
- type: OpenAPI
url: openapi/spring-boot-application-api-openapi.yml
- type: Documentation
url: https://docs.spring.io/spring-boot/docs/current/actuator-api/htmlsingle/
- type: JSONSchema
url: json-schema/spring-boot-actuator-health-schema.json
- type: JSONSchema
url: json-schema/spring-boot-actuator-metric-schema.json
- type: JSONStructure
url: json-structure/spring-boot-actuator-structure.json
- type: JSONLDContext
url: json-ld/spring-boot-context.jsonld
- type: SpectralRules
url: rules/spring-boot-actuator-rules.yml
- aid: spring-boot:spring-boot-caches-api
name: Spring Boot Caches API
description: The Caches API from Spring Boot — 2 operation(s) for caches.
humanURL: https://docs.spring.io/spring-boot/docs/current/reference/html/actuator.html
baseURL: http://localhost:8080/actuator
tags:
- Caches
properties:
- type: OpenAPI
url: openapi/spring-boot-caches-api-openapi.yml
- type: Documentation
url: https://docs.spring.io/spring-boot/docs/current/actuator-api/htmlsingle/
- type: JSONSchema
url: json-schema/spring-boot-actuator-health-schema.json
- type: JSONSchema
url: json-schema/spring-boot-actuator-metric-schema.json
- type: JSONStructure
url: json-structure/spring-boot-actuator-structure.json
- type: JSONLDContext
url: json-ld/spring-boot-context.jsonld
- type: SpectralRules
url: rules/spring-boot-actuator-rules.yml
- aid: spring-boot:spring-boot-configuration-api
name: Spring Boot Configuration API
description: The Configuration API from Spring Boot — 1 operation(s) for configuration.
humanURL: https://docs.spring.io/spring-boot/docs/current/reference/html/actuator.html
baseURL: http://localhost:8080/actuator
tags:
- Configuration
properties:
- type: OpenAPI
url: openapi/spring-boot-configuration-api-openapi.yml
- type: Documentation
url: https://docs.spring.io/spring-boot/docs/current/actuator-api/htmlsingle/
- type: JSONSchema
url: json-schema/spring-boot-actuator-health-schema.json
- type: JSONSchema
url: json-schema/spring-boot-actuator-metric-schema.json
- type: JSONStructure
url: json-structure/spring-boot-actuator-structure.json
- type: JSONLDContext
url: json-ld/spring-boot-context.jsonld
- type: SpectralRules
url: rules/spring-boot-actuator-rules.yml
- aid: spring-boot:spring-boot-environment-api
name: Spring Boot Environment API
description: The Environment API from Spring Boot — 2 operation(s) for environment.
humanURL: https://docs.spring.io/spring-boot/docs/current/reference/html/actuator.html
baseURL: http://localhost:8080/actuator
tags:
- Environment
properties:
- type: OpenAPI
url: openapi/spring-boot-environment-api-openapi.yml
- type: Documentation
url: https://docs.spring.io/spring-boot/docs/current/actuator-api/htmlsingle/
- type: JSONSchema
url: json-schema/spring-boot-actuator-health-schema.json
- type: JSONSchema
url: json-schema/spring-boot-actuator-metric-schema.json
- type: JSONStructure
url: json-structure/spring-boot-actuator-structure.json
- type: JSONLDContext
url: json-ld/spring-boot-context.jsonld
- type: SpectralRules
url: rules/spring-boot-actuator-rules.yml
- aid: spring-boot:spring-boot-health-api
name: Spring Boot Health API
description: The Health API from Spring Boot — 2 operation(s) for health.
humanURL: https://docs.spring.io/spring-boot/docs/current/reference/html/actuator.html
baseURL: http://localhost:8080/actuator
tags:
- Health
properties:
- type: OpenAPI
url: openapi/spring-boot-health-api-openapi.yml
- type: Documentation
url: https://docs.spring.io/spring-boot/docs/current/actuator-api/htmlsingle/
- type: JSONSchema
url: json-schema/spring-boot-actuator-health-schema.json
- type: JSONSchema
url: json-schema/spring-boot-actuator-metric-schema.json
- type: JSONStructure
url: json-structure/spring-boot-actuator-structure.json
- type: JSONLDContext
url: json-ld/spring-boot-context.jsonld
- type: SpectralRules
url: rules/spring-boot-actuator-rules.yml
- aid: spring-boot:spring-boot-info-api
name: Spring Boot Info API
description: The Info API from Spring Boot — 1 operation(s) for info.
humanURL: https://docs.spring.io/spring-boot/docs/current/reference/html/actuator.html
baseURL: http://localhost:8080/actuator
tags:
- Info
properties:
- type: OpenAPI
url: openapi/spring-boot-info-api-openapi.yml
- type: Documentation
url: https://docs.spring.io/spring-boot/docs/current/actuator-api/htmlsingle/
- type: JSONSchema
url: json-schema/spring-boot-actuator-health-schema.json
- type: JSONSchema
url: json-schema/spring-boot-actuator-metric-schema.json
- type: JSONStructure
url: json-structure/spring-boot-actuator-structure.json
- type: JSONLDContext
url: json-ld/spring-boot-context.jsonld
- type: SpectralRules
url: rules/spring-boot-actuator-rules.yml
- aid: spring-boot:spring-boot-jvm-api
name: Spring Boot JVM API
description: The JVM API from Spring Boot — 2 operation(s) for jvm.
humanURL: https://docs.spring.io/spring-boot/docs/current/reference/html/actuator.html
baseURL: http://localhost:8080/actuator
tags:
- JVM
properties:
- type: OpenAPI
url: openapi/spring-boot-jvm-api-openapi.yml
- type: Documentation
url: https://docs.spring.io/spring-boot/docs/current/actuator-api/htmlsingle/
- type: JSONSchema
url: json-schema/spring-boot-actuator-health-schema.json
- type: JSONSchema
url: json-schema/spring-boot-actuator-metric-schema.json
- type: JSONStructure
url: json-structure/spring-boot-actuator-structure.json
- type: JSONLDContext
url: json-ld/spring-boot-context.jsonld
- type: SpectralRules
url: rules/spring-boot-actuator-rules.yml
- aid: spring-boot:spring-boot-lifecycle-api
name: Spring Boot Lifecycle API
description: The Lifecycle API from Spring Boot — 1 operation(s) for lifecycle.
humanURL: https://docs.spring.io/spring-boot/docs/current/reference/html/actuator.html
baseURL: http://localhost:8080/actuator
tags:
- Lifecycle
properties:
- type: OpenAPI
url: openapi/spring-boot-lifecycle-api-openapi.yml
- type: Documentation
url: https://docs.spring.io/spring-boot/docs/current/actuator-api/htmlsingle/
- type: JSONSchema
url: json-schema/spring-boot-actuator-health-schema.json
- type: JSONSchema
url: json-schema/spring-boot-actuator-metric-schema.json
- type: JSONStructure
url: json-structure/spring-boot-actuator-structure.json
- type: JSONLDContext
url: json-ld/spring-boot-context.jsonld
- type: SpectralRules
url: rules/spring-boot-actuator-rules.yml
- aid: spring-boot:spring-boot-loggers-api
name: Spring Boot Loggers API
description: The Loggers API from Spring Boot — 2 operation(s) for loggers.
humanURL: https://docs.spring.io/spring-boot/docs/current/reference/html/actuator.html
baseURL: http://localhost:8080/actuator
tags:
- Loggers
properties:
- type: OpenAPI
url: openapi/spring-boot-loggers-api-openapi.yml
- type: Documentation
url: https://docs.spring.io/spring-boot/docs/current/actuator-api/htmlsingle/
- type: JSONSchema
url: json-schema/spring-boot-actuator-health-schema.json
- type: JSONSchema
url: json-schema/spring-boot-actuator-metric-schema.json
- type: JSONStructure
url: json-structure/spring-boot-actuator-structure.json
- type: JSONLDContext
url: json-ld/spring-boot-context.jsonld
- type: SpectralRules
url: rules/spring-boot-actuator-rules.yml
- aid: spring-boot:spring-boot-metrics-api
name: Spring Boot Metrics API
description: The Metrics API from Spring Boot — 3 operation(s) for metrics.
humanURL: https://docs.spring.io/spring-boot/docs/current/reference/html/actuator.html
baseURL: http://localhost:8080/actuator
tags:
- Metrics
properties:
- type: OpenAPI
url: openapi/spring-boot-metrics-api-openapi.yml
- type: Documentation
url: https://docs.spring.io/spring-boot/docs/current/actuator-api/htmlsingle/
- type: JSONSchema
url: json-schema/spring-boot-actuator-health-schema.json
- type: JSONSchema
url: json-schema/spring-boot-actuator-metric-schema.json
- type: JSONStructure
url: json-structure/spring-boot-actuator-structure.json
- type: JSONLDContext
url: json-ld/spring-boot-context.jsonld
- type: SpectralRules
url: rules/spring-boot-actuator-rules.yml
common:
- type: AgenticAccess
url: agentic-access/spring-boot-agentic-access.yml
- type: VulnerabilityDisclosure
url: security/spring-boot-vulnerability-disclosure.yml
- type: DomainSecurity
url: security/spring-boot-domain-security.yml
- type: Documentation
url: https://docs.spring.io/spring-boot/
- type: Website
url: https://spring.io/projects/spring-boot
- type: GitHub
url: https://github.com/spring-projects/spring-boot
- type: GitHubOrganization
url: https://github.com/spring-projects
- type: Issues
url: https://github.com/spring-projects/spring-boot/issues
- type: ReleaseNotes
url: https://github.com/spring-projects/spring-boot/releases
- type: StackOverflow
url: https://stackoverflow.com/questions/tagged/spring-boot
- type: Blog
url: https://spring.io/blog/category/spring-boot
- type: Guides
url: https://spring.io/guides
- type: Maven Repository
url: https://mvnrepository.com/artifact/org.springframework.boot/spring-boot
- type: Maven Central
url: https://search.maven.org/artifact/org.springframework.boot/spring-boot
- type: Spring Initializr
url: https://start.spring.io/
- type: Vocabulary
url: vocabulary/spring-boot-vocabulary.yml
maintainers:
- FN: VMware Tanzu (Spring Team)
email: spring-boot@vmware.com
url: https://spring.io/team
include:
- name: Spring Framework
url: https://spring.io/projects/spring-framework
- name: Spring Cloud
url: https://spring.io/projects/spring-cloud
- name: Spring Data
url: https://spring.io/projects/spring-data