springdoc.org

Sivuston tiedot springdoc.org

OpenAPI 3 Library for spring-boot

 Luotu Maaliskuu 17 2026 08:08 AM

Vanhentuneet tiedot? PÄIVITÄ !

Pisteet 49/100

SEO Sisältö

Otsikko

OpenAPI 3 Library for spring-boot

Pituus : 33

Täydellistä, otsikkosi sisältää väliltä 10 ja 70 kirjainta.

Kuvaus

OpenAPI 3 Library for spring boot projects. Is based on swagger-ui, to display the OpenAPI description.Generates automatically the OpenAPI file.

Pituus : 144

Hienoa, sinun meta-kuvauksesi sisältää väliltä70 ja 160 kirjainta.

Avainsanat

Erittäin huono. Emme löytäneen meta -sanoja sivultasi. Käytä Tätä ilmaista meta-kuvaus generaattoria lisätäksesi kuvauksen.

Open Graph (OG-tägit) tarjoavat mahdollisuuden merkitä verkkosivustojen sisältöä meta-tiedoilla.

Hienoa, sinun sivu käyttää hyödyksi Open Graph protokollaa (OG meta prop).

Omaisuus Sisältö
title OpenAPI 3 Library for spring-boot
locale en_US
description Library for OpenAPI 3 with spring boot projects. Is based on swagger-ui, to display the OpenAPI description.Generates automatically the OpenAPI file.
url http://springdoc.org/
site_name OpenAPI 3 Library for spring-boot
image https://springdoc.org/img/banner-logo.svg

Otsikot

H1 H2 H3 H4 H5 H6
1 13 114 0 0 0
  • [H1] springdoc-openapi v2.8.16
  • [H2] 1. Introduction
  • [H2] 2. Getting Started
  • [H2] 3. Springdoc-openapi Modules
  • [H2] 4. Springdoc-openapi Features
  • [H2] 5. Springdoc-openapi Properties
  • [H2] 6. Springdoc-openapi Plugins
  • [H2] 7. Springdoc-openapi Demos
  • [H2] 8. Migrating from springdoc-openapi v1
  • [H2] 9. Migrating from SpringFox
  • [H2] 10. Other resources
  • [H2] 11. Sponsor
  • [H2] 12. Special Thanks
  • [H2] 13. F.A.Q
  • [H3] 3.1. General overview
  • [H3] 3.2. Spring WebMvc support
  • [H3] 3.3. Spring WebFlux support
  • [H3] 3.4. Swagger-UI support
  • [H3] 3.5. Scalar support
  • [H3] 3.6. Spring Hateoas support
  • [H3] 3.7. Spring Data Rest support
  • [H3] 3.8. Spring Security support
  • [H3] 3.9. Actuator support
  • [H3] 3.10. Spring Cloud Function Web support
  • [H3] 3.11. Kotlin support
  • [H3] 3.12. Groovy support
  • [H3] 3.13. Javadoc support
  • [H3] 3.14. Springdoc-openapi BOM
  • [H3] 4.1. Adding API Information and Security documentation
  • [H3] 4.2. Error Handling for REST using @ControllerAdvice
  • [H3] 4.3. Disabling the springdoc-openapi endpoints
  • [H3] 4.4. Disabling the swagger-ui
  • [H3] 4.5. Swagger-ui configuration
  • [H3] 4.6. Selecting the Rest Controllers to include in the documentation
  • [H3] 4.7. Spring-webflux/WebMvc.fn with Functional Endpoints
  • [H3] 4.8. Integration with WildFly
  • [H3] 5.1. springdoc-openapi core properties
  • [H3] 5.2. swagger-ui properties
  • [H3] 6.1. Maven plugin
  • [H3] 6.2. Gradle plugin
  • [H3] 7.1. springdoc applications demos
  • [H3] 7.2. Source code of the Demo Applications
  • [H3] 10.1. Additional resources to get started
  • [H3] 10.2. Dependencies repository
  • [H3] 11.1. Benefits of being a bronze sponsor
  • [H3] 11.2. Benefits of being a silver sponsor
  • [H3] 11.3. Benefits of being a gold sponsor
  • [H3] 13.1. How can I define multiple OpenAPI definitions in one Spring Boot project?
  • [H3] 13.2. How can I configure Swagger UI?
  • [H3] 13.3. How can I filter the resources documented in the output specification by the provided group?
  • [H3] 13.4. How can I disable/enable Swagger UI generation based on env variable?
  • [H3] 13.5. How can I control the default expansion setting for the operations and tags, in the Swagger UI ,
  • [H3] 13.6. How can I change the layout of the swagger-ui?
  • [H3] 13.7. How can I sort endpoints alphabetically?
  • [H3] 13.8. How can I disable the try it out button?
  • [H3] 13.9. How can I add Reusable Enums ?
  • [H3] 13.10. How can i apply enumAsRef = true to all enums ?
  • [H3] 13.11. How can I explicitly set which paths to filter?
  • [H3] 13.12. How can I explicitly set which packages to scan?
  • [H3] 13.13. How can I set Swagger properties programmatically?
  • [H3] 13.14. How can I ignore some field of model ?
  • [H3] 13.15. How can I ignore @AuthenticationPrincipal parameter from spring-security ?
  • [H3] 13.16. Is there a Gradle plugin available?
  • [H3] 13.17. How can I hide a parameter from the documentation ?
  • [H3] 13.18. Is @Parameters annotation supported ?
  • [H3] 13.19. Does springdoc-openapi support Jersey?
  • [H3] 13.20. Can springdoc-openapi generate API only for @RestController?
  • [H3] 13.21. Are the following validation annotations supported : @NotEmpty @NotBlank @PositiveOrZero @NegativeOrZero?
  • [H3] 13.22. How can I map Pageable (spring-data-commons) object to correct URL-Parameter in Swagger UI?
  • [H3] 13.23. How can I generate enums in the generated description?
  • [H3] 13.24. How can I deploy springdoc-openapi-starter-webmvc-ui behind a reverse proxy?
  • [H3] 13.25. Is @JsonView annotations in Spring MVC APIs supported?
  • [H3] 13.26. Adding springdoc-openapi-starter-webmvc-ui dependency breaks my public/index.html welcome page
  • [H3] 13.27. How can I test the Swagger UI?
  • [H3] 13.28. How can I customise the OpenAPI object ?
  • [H3] 13.29. How can I return an empty content as response?
  • [H3] 13.30. How are endpoints with multiple consuming media types supported?
  • [H3] 13.31. How can I get yaml and json (OpenAPI) in compile time?
  • [H3] 13.32. What are the ignored types in the documentation?
  • [H3] 13.33. How can i disable ignored types:
  • [H3] 13.34. How do I add authorization header in requests?
  • [H3] 13.35. Differentiation to Springfox project
  • [H3] 13.36. How do I migrate to OpenAPI 3 with springdoc-openapi
  • [H3] 13.37. How can I set a global header?
  • [H3] 13.38. Are Callbacks supported?
  • [H3] 13.39. How can I define SecurityScheme ?
  • [H3] 13.40. How can I hide an operation or a controller from documentation ?
  • [H3] 13.41. How to configure global security schemes?
  • [H3] 13.42. Can I use spring property with swagger annotations?
  • [H3] 13.43. How is server URL generated ?
  • [H3] 13.44. How can I disable springdoc-openapi cache?
  • [H3] 13.45. How can I expose the mvc api-docs endpoints without using the swagger-ui?
  • [H3] 13.46. How can I disable springdoc-openapi endpoints ?
  • [H3] 13.47. How can I hide Schema of the the response ?
  • [H3] 13.48. What is the URL of the swagger-ui, when I set a different context-path?
  • [H3] 13.49. Can I customize OpenAPI object programmatically?
  • [H3] 13.50. Where can I find the source code of the demo applications?
  • [H3] 13.51. Does this library supports annotations from interfaces?
  • [H3] 13.52. What is the list of the excluded parameter types?
  • [H3] 13.53. Is file upload supported ?
  • [H3] 13.54. Can I use @Parameter inside @Operation annotation?
  • [H3] 13.55. Why my parameter is marked as required?
  • [H3] 13.56. How are overloaded methods with the same endpoints, but with different parameters
  • [H3] 13.57. What is a proper way to set up Swagger UI to use provided spec.yml?
  • [H3] 13.58. Is there a way to send authorization header through the @Parameter tag?
  • [H3] 13.59. My Rest Controller using @Controller annotation is ignored?
  • [H3] 13.60. How can I define groups using application.yml?
  • [H3] 13.61. How can I extract fields from parameter object ?
  • [H3] 13.62. How can I use the last springdoc-openapi SNAPSHOT ?
  • [H3] 13.63. How can I use enable springdoc-openapi MonetaryAmount support ?
  • [H3] 13.64. How can i aggregate external endpoints (exposing OPENAPI 3 spec) inside one single application?
  • [H3] 13.65. How can use custom json/yml file instead of generated one ?
  • [H3] 13.66. How can i enable CSRF support?
  • [H3] 13.67. How can i disable the default swagger petstore URL?
  • [H3] 13.68. Is @PageableDefault supported, to enhance the OpenAPI 3 docuementation?
  • [H3] 13.69. How can i make spring security login-endpoint visible ?
  • [H3] 13.70. How can i show schema definitions even the schema is not referenced?
  • [H3] 13.71. How to override @Deprecated?
  • [H3] 13.72. How can i display a method that returns ModelAndView?
  • [H3] 13.73. How can i have pretty-printed output of the OpenApi specification?
  • [H3] 13.74. How can i define different schemas for the same class?
  • [H3] 13.75. How can i define different description for a class attribute depending on usage?
  • [H3] 13.76. Customizing swagger static resources
  • [H3] 13.77. Is GraalVM supported ?
  • [H3] 13.78. How to Integrate Open API 3 with Spring project (not Spring Boot)?
  • [H3] 13.79. What is the compatibility matrix of springdoc-openapi with spring-boot ?
  • [H3] 13.80. Why am i getting an error: Swagger UI unable to render definition, when overriding the default spring registered HttpMessageConverter?
  • [H3] 13.81. Some parameters are not generated in the resulting OpenAPI spec.

Kuvat

Emme löytäneet 17 yhtään kuvia tältä sivustolta.

10 Alt-attribuutit on tyhjiä tai poistettu. Lisää vaihtoehtoista tekstiä niin, että hakukoneet ymmärtävät paremmin kuvatesi sisällön.

Kirjain/HTML suhde

Suhde : 0%

Tämän sivun / sivujen suhde teksti -> HTML on vähemmäinkuin 15 prosenttia, tämä tarkoittaa sitä, että luultavasti tulee tarvitsemaan lisää teksti sisältöä.

Flash

Täydellistä!, Flash-sisältöä ei ole havaittu tällä sivulla.

html-dokumentti sivun sisälle (Iframe)

Hienoa, Tällä sivulla ei ole Iframeja.

URL- Uudelleenkirjoitus

Hyvä. Sinun linkkisi näyttävät puhtailta!

Alleviivaa URL-osoitteet

Täydellistä! URL-osoitteissasi ei ole merkintöjä.

Sivun linkit

Löysimme yhteensä 188 linkit jotka sisältää 11 linkit tiedostoihin

Ankkuri Tyyppi Mehu
1. Introduction Sisäinen Antaa mehua
2. Getting Started Sisäinen Antaa mehua
3. Springdoc-openapi Modules Sisäinen Antaa mehua
3.1. General overview Sisäinen Antaa mehua
3.2. Spring WebMvc support Sisäinen Antaa mehua
3.3. Spring WebFlux support Sisäinen Antaa mehua
3.4. Swagger-UI support Sisäinen Antaa mehua
3.5. Scalar support Sisäinen Antaa mehua
3.6. Spring Hateoas support Sisäinen Antaa mehua
3.7. Spring Data Rest support Sisäinen Antaa mehua
3.8. Spring Security support Sisäinen Antaa mehua
3.9. Actuator support Sisäinen Antaa mehua
3.10. Spring Cloud Function Web support Sisäinen Antaa mehua
3.11. Kotlin support Sisäinen Antaa mehua
3.12. Groovy support Sisäinen Antaa mehua
3.13. Javadoc support Sisäinen Antaa mehua
3.14. Springdoc-openapi BOM Sisäinen Antaa mehua
4. Springdoc-openapi Features Sisäinen Antaa mehua
4.1. Adding API Information and Security documentation Sisäinen Antaa mehua
4.2. Error Handling for REST using @ControllerAdvice Sisäinen Antaa mehua
4.4. Disabling the swagger-ui Sisäinen Antaa mehua
4.5. Swagger-ui configuration Sisäinen Antaa mehua
4.6. Selecting the Rest Controllers to include in the documentation Sisäinen Antaa mehua
4.7. Spring-webflux/WebMvc.fn with Functional Endpoints Sisäinen Antaa mehua
4.8. Integration with WildFly Sisäinen Antaa mehua
5. Springdoc-openapi Properties Sisäinen Antaa mehua
5.1. springdoc-openapi core properties Sisäinen Antaa mehua
5.2. swagger-ui properties Sisäinen Antaa mehua
6. Springdoc-openapi Plugins Sisäinen Antaa mehua
6.1. Maven plugin Sisäinen Antaa mehua
6.2. Gradle plugin Sisäinen Antaa mehua
7. Springdoc-openapi Demos Sisäinen Antaa mehua
7.1. springdoc applications demos Sisäinen Antaa mehua
7.2. Source code of the Demo Applications Sisäinen Antaa mehua
8. Migrating from springdoc-openapi v1 Sisäinen Antaa mehua
9. Migrating from SpringFox Sisäinen Antaa mehua
10. Other resources Sisäinen Antaa mehua
10.1. Additional resources to get started Sisäinen Antaa mehua
10.2. Dependencies repository Sisäinen Antaa mehua
11. Sponsor Sisäinen Antaa mehua
11.1. Benefits of being a bronze sponsor Sisäinen Antaa mehua
11.2. Benefits of being a silver sponsor Sisäinen Antaa mehua
11.3. Benefits of being a gold sponsor Sisäinen Antaa mehua
12. Special Thanks Sisäinen Antaa mehua
13. F.A.Q Sisäinen Antaa mehua
13.1. How can I define multiple OpenAPI definitions in one Spring Boot project? Sisäinen Antaa mehua
13.2. How can I configure Swagger UI? Sisäinen Antaa mehua
13.3. How can I filter the resources documented in the output specification by the provided group? Sisäinen Antaa mehua
13.4. How can I disable/enable Swagger UI generation based on env variable? Sisäinen Antaa mehua
13.5. How can I control the default expansion setting for the operations and tags, in the Swagger UI , Sisäinen Antaa mehua
13.7. How can I sort endpoints alphabetically? Sisäinen Antaa mehua
13.8. How can I disable the try it out button? Sisäinen Antaa mehua
13.9. How can I add Reusable Enums ? Sisäinen Antaa mehua
13.11. How can I explicitly set which paths to filter? Sisäinen Antaa mehua
13.12. How can I explicitly set which packages to scan? Sisäinen Antaa mehua
13.13. How can I set Swagger properties programmatically? Sisäinen Antaa mehua
13.14. How can I ignore some field of model ? Sisäinen Antaa mehua
13.16. Is there a Gradle plugin available? Sisäinen Antaa mehua
13.17. How can I hide a parameter from the documentation ? Sisäinen Antaa mehua
13.23. How can I generate enums in the generated description? Sisäinen Antaa mehua
13.27. How can I test the Swagger UI? Sisäinen Antaa mehua
13.28. How can I customise the OpenAPI object ? Sisäinen Antaa mehua
13.29. How can I return an empty content as response? Sisäinen Antaa mehua
13.30. How are endpoints with multiple consuming media types supported? Sisäinen Antaa mehua
13.31. How can I get yaml and json (OpenAPI) in compile time? Sisäinen Antaa mehua
13.32. What are the ignored types in the documentation? Sisäinen Antaa mehua
13.33. How can i disable ignored types: Sisäinen Antaa mehua
13.34. How do I add authorization header in requests? Sisäinen Antaa mehua
13.35. Differentiation to Springfox project Sisäinen Antaa mehua
13.36. How do I migrate to OpenAPI 3 with springdoc-openapi Sisäinen Antaa mehua
13.37. How can I set a global header? Sisäinen Antaa mehua
13.38. Are Callbacks supported? Sisäinen Antaa mehua
13.39. How can I define SecurityScheme ? Sisäinen Antaa mehua
13.40. How can I hide an operation or a controller from documentation ? Sisäinen Antaa mehua
13.41. How to configure global security schemes? Sisäinen Antaa mehua
13.42. Can I use spring property with swagger annotations? Sisäinen Antaa mehua
13.43. How is server URL generated ? Sisäinen Antaa mehua
13.44. How can I disable springdoc-openapi cache? Sisäinen Antaa mehua
13.47. How can I hide Schema of the the response ? Sisäinen Antaa mehua
13.49. Can I customize OpenAPI object programmatically? Sisäinen Antaa mehua
13.50. Where can I find the source code of the demo applications? Sisäinen Antaa mehua
13.51. Does this library supports annotations from interfaces? Sisäinen Antaa mehua
13.52. What is the list of the excluded parameter types? Sisäinen Antaa mehua
13.53. Is file upload supported ? Sisäinen Antaa mehua
13.55. Why my parameter is marked as required? Sisäinen Antaa mehua
13.56. How are overloaded methods with the same endpoints, but with different parameters Sisäinen Antaa mehua
13.57. What is a proper way to set up Swagger UI to use provided spec.yml? Sisäinen Antaa mehua
13.58. Is there a way to send authorization header through the @Parameter tag? Sisäinen Antaa mehua
13.59. My Rest Controller using @Controller annotation is ignored? Sisäinen Antaa mehua
13.60. How can I define groups using application.yml? Sisäinen Antaa mehua
13.61. How can I extract fields from parameter object ? Sisäinen Antaa mehua
13.64. How can i aggregate external endpoints (exposing OPENAPI 3 spec) inside one single application? Sisäinen Antaa mehua
13.65. How can use custom json/yml file instead of generated one ? Sisäinen Antaa mehua
13.66. How can i enable CSRF support? Sisäinen Antaa mehua
13.67. How can i disable the default swagger petstore URL? Sisäinen Antaa mehua
13.68. Is @PageableDefault supported, to enhance the OpenAPI 3 docuementation? Sisäinen Antaa mehua
13.69. How can i make spring security login-endpoint visible ? Sisäinen Antaa mehua
13.70. How can i show schema definitions even the schema is not referenced? Sisäinen Antaa mehua
13.71. How to override @Deprecated? Sisäinen Antaa mehua
13.72. How can i display a method that returns ModelAndView? Sisäinen Antaa mehua
13.73. How can i have pretty-printed output of the OpenApi specification? Sisäinen Antaa mehua
13.74. How can i define different schemas for the same class? Sisäinen Antaa mehua
13.75. How can i define different description for a class attribute depending on usage? Sisäinen Antaa mehua
13.76. Customizing swagger static resources Sisäinen Antaa mehua
13.77. Is GraalVM supported ? Sisäinen Antaa mehua
13.78. How to Integrate Open API 3 with Spring project (not Spring Boot)? Sisäinen Antaa mehua
13.81. Some parameters are not generated in the resulting OpenAPI spec. Sisäinen Antaa mehua
Open Collective Ulkoinen Antaa mehua
sponsor Ulkoinen Antaa mehua
View project on GitHub Ulkoinen Antaa mehua
swagger-ui jars Ulkoinen Antaa mehua
Swagger UI Ulkoinen Antaa mehua
Scalar Ulkoinen Antaa mehua
Scalar documentation Ulkoinen Antaa mehua
Sample applications with Spring Cloud Function Web Ulkoinen Antaa mehua
- Sisäinen Antaa mehua
https://swagger.io/docs/open-source-tools/swagger-ui/usage/configuration/ Ulkoinen Antaa mehua
#25938 Ulkoinen Antaa mehua
HelloRouter Ulkoinen Antaa mehua
QuotesRouter Ulkoinen Antaa mehua
BookRouter Ulkoinen Antaa mehua
EmployeeRouter Ulkoinen Antaa mehua
PositionRouter Ulkoinen Antaa mehua
Sample webflux application using functional DSL Ulkoinen Antaa mehua
Sample code with Functional Endpoints documentation Ulkoinen Antaa mehua
spring configuration properties Ulkoinen Antaa mehua
see Array.prototype.sort() Ulkoinen Antaa mehua
swagger.io/docs/open-source-tools/swagger-ui/usage/deep-linking Ulkoinen Antaa mehua
See security advisory Ulkoinen Antaa mehua
Highlight.js Ulkoinen Antaa mehua
https://github.com/springdoc/springdoc-openapi-maven-plugin Ulkoinen Antaa mehua
https://github.com/springdoc/springdoc-openapi-gradle-plugin Ulkoinen Antaa mehua
Demo Spring Boot 3 Web MVC with OpenAPI 3 and Swagger-UI Sisäinen Antaa mehua
Demo Spring Boot 3 WebFlux with OpenAPI 3 and Swagger-UI Sisäinen Antaa mehua
Demo Spring Boot 3 Web MVC with OpenAPI 3 and Scalar Sisäinen Antaa mehua
Demo Spring Boot 3 WebFlux with OpenAPI 3 and Scalar Sisäinen Antaa mehua
Demo Spring Boot 3 WebFlux with Functional endpoints OpenAPI 3 Sisäinen Antaa mehua
Demo Spring Boot 3 and Spring Hateoas with OpenAPI 3 Sisäinen Antaa mehua
Demo Spring Boot 3 and Spring Cloud Function Web MVC Sisäinen Antaa mehua
Demo Spring Boot 3 and Spring Cloud Function WebFlux Sisäinen Antaa mehua
Demo Spring Boot 3 and Spring Cloud Gateway Sisäinen Antaa mehua
https://github.com/springdoc/springdoc-openapi-demos/tree/master Ulkoinen Antaa mehua
how-can-i-deploy-springdoc-openapi-starter-webmvc-ui-behind-a-reverse-proxy Sisäinen Antaa mehua
how-can-i-configure-swagger-ui Sisäinen Antaa mehua
how-can-i-hide-an-operation-or-a-controller-from-documentation Sisäinen Antaa mehua
Springdoc-openapi presentation Ulkoinen Antaa mehua
Baeldung Ulkoinen Antaa mehua
DZone Part1 Ulkoinen Antaa mehua
DZone Part2 Ulkoinen Antaa mehua
Extending Swagger and Spring Doc Open API Ulkoinen Antaa mehua
Piotrminkowski Blog Ulkoinen Antaa mehua
https://central.sonatype.com/search?q=g:org.springdoc Ulkoinen Antaa mehua
https://central.sonatype.com/service/rest/repository/browse/maven-snapshots/org/springdoc/ Ulkoinen Antaa mehua
springdoc.org Sisäinen Antaa mehua
The Spring Team Ulkoinen Antaa mehua
JetBrains Ulkoinen Antaa mehua
https://github.com/springdoc/springdoc-openapi/tree/main/springdoc-openapi-tests/springdoc-openapi-actuator-webmvc-tests/src/test/java/test/org/springdoc/api/app68 Ulkoinen Antaa mehua
- Sisäinen Antaa mehua
- Sisäinen Antaa mehua
- Sisäinen Antaa mehua
gradle plugin Sisäinen Antaa mehua
- Sisäinen Antaa mehua
- Sisäinen Antaa mehua
https://github.com/swagger-api/swagger-samples/tree/2.0/java/java-jersey2-minimal Ulkoinen Antaa mehua
- Sisäinen Antaa mehua
- Sisäinen Antaa mehua
- Sisäinen Antaa mehua
- Sisäinen Antaa mehua
RFC7239 "Forwarded Headers" Ulkoinen Antaa mehua
- Sisäinen Antaa mehua
- Sisäinen Antaa mehua
https://github.com/springdoc/springdoc-openapi/blob/main/springdoc-openapi-starter-webmvc-ui/src/test/java/test/org/springdoc/ui/app1/SpringDocApp1Test.java Ulkoinen Antaa mehua
https://github.com/springdoc/springdoc-openapi/blob/main/springdoc-openapi-starter-webflux-api/src/test/java/test/org/springdoc/api/app39/SpringDocTestApp.java Ulkoinen Antaa mehua
https://github.com/springdoc/springdoc-openapi-maven-plugin.git Ulkoinen Antaa mehua
https://docs.spring.io/spring/docs/5.1.x/spring-framework-reference/web.html#mvc-ann-arguments Ulkoinen Antaa mehua
- Sisäinen Antaa mehua
- Sisäinen Antaa mehua
- Sisäinen Antaa mehua
https://github.com/springdoc/springdoc-openapi-demos Ulkoinen Antaa mehua
- Sisäinen Antaa mehua
https://swagger.io/docs/specification/describing-parameters/#header-parameters Ulkoinen Antaa mehua
springdoc-openapi-properties Sisäinen Antaa mehua
- Sisäinen Antaa mehua
- Sisäinen Antaa mehua
https://github.com/swagger-api/swagger-ui/blob/main/docs/usage/configuration.md#requestinterceptor Ulkoinen Antaa mehua
- Sisäinen Antaa mehua
- Sisäinen Antaa mehua
Spring-Boot 3.2.0 Ulkoinen Antaa mehua

SEO avainsanat

Avainsana pilvi

Avainsanojen johdonmukaisuus

Avainsana Sisältö Otsikko Avainsanat Kuvaus Otsikot

Käytettävyys

Url

Sivusto : springdoc.org

Pituus : 13

Pikkukuva (favicon)

Hienoa, sinun sivulla on favicon (pikakuvake).

Tulostettavuus

Emme löytäneet tulostusystävällistä CSS-palvelua.

Kieli

Hyvä. Ilmoitettu kieli on en.

Metatietosanastostandardi informaatio (DC)

Tämä sivu ei käytä hyödyksi (DublinCore =DC) metatietosanastostandardi informaatiokuvausta.

Dokumentti

(dokumenttityyppi); Merkistökoodaus

HTML 5

Koodaus/tietojenkäsittely

Täydellistä. Ilmoitettu asiakirjan merkkijono on UTF-8.

W3C Voimassaolo

Virheet : 0

Varoitukset : 0

Sähköpostin yksityisyys

Varoitus! Ainakin yksi sähköpostiosoite on löytynyt tavallisesta tekstistä. Käytä tätä ilmaista antispam suojausta piilottaaksesi sähköpostiosoitteet spämmereiltä.

HTML Epäonnistui

Hienoa! Emme ole löytäneet vanhentuneita HTML-tunnisteita HTML-koodistasi.

Nopeus neuvot

Huomio! Yritä välttää sisäkkäisiä taulukoita HTML: ssä.
Harmillista, Sivustosi käyttää sisäisiä tyylejä.
Hienoa, Sivustossasi on muutamia CSS-tiedostoja.
Harmillista, sivustossasi on liikaa JavaScript-tiedostoja (enemmänkuin6).
Täydellistä, Sivustosi hyödyntää gzipia.

Mobiili

Mobiili optimointi

Apple-kuvake
Meta Viewport -tunniste
Flash sisältö

Optimoi

XML Sivukartta

Hienoa, sivustossasi on XML-sivukartta.

https://springdoc.org/sitemap.xml

Robots.txt

https://springdoc.org/robots.txt

Hienoa, sivustossasi on robots.txt-tiedosto.

Analyysit

Hienoa, sivustossasi on analyysityökalu.

   Google Analytics

Sivuston nopeus


Laite
Luokat

Free SEO Testing Tool

Free SEO Testing Tool On ilmainen SEO työkalu, joka auttaa sinua analysoimaan Web-sivusi