Files
spring-grpc/spring-grpc-docs
Chris Bono c856f71159 Clean up dependencies and versions
This commit does the following:

- Update various dependencies to latest patch versions
- Remove unused dependencies
- Remove unused version properties
- Remove Spring Boot references in all modules except autoconfigure
  and samples
2024-10-20 21:09:13 +01:00
..
2024-10-20 21:09:13 +01:00
2024-10-08 12:32:37 +01:00

Spring gRPC Docs

Configuration Properties

The Spring gRPC configuration properties are automatically documented as follows:

  1. This module contains a Java class (org.springframework.grpc.internal.ConfigurationPropertiesAsciidocGenerator) that is compiled when the module is built.
  2. This class is then used during the Maven package phase to generate an asciidoc page containing each of the configuration properties.
  3. The asciidoc is then included in the Antora reference documentation.

Antora Site

To build the Antora site locally run the following command from the project root directory:

./mvnw -pl spring-grpc-docs antora

You can then view the output by opening spring-grpc-docs/target/antora/site/index.html.