Building the Project

If you have cloned the project locally, follow these steps to build the project from the source code.spring-doc.cn

Gradle 8.x (8.3 or above) is required to build.

Run the following command to do a full build of the project:spring-doc.cn

./gradlew clean build

You can build without running tests by using the following command:spring-doc.cn

./gradlew clean build -x test

You can build the reference documentation using this command:spring-doc.cn

./gradlew :spring-pulsar-docs:antora

You can view the generated HTML in docs/build/site directory.spring-doc.cn