Add the following dependencies:
dependencies {
runtimeOnly 'io.github.springwolf:springwolf-ui:<springwolf-version>'
}
After starting the application, visit: localhost:8080/springwolf/asyncapi-ui.html
.
Note: Check out our contribution guidelines before starting.
- Run
npm i
- Run
npm start
In development mode, the application renders content based on mock data referenced in src/app/service/mock
.
Run npm test
We use spotless to check the formatting and auto-fix many violations via ../gradlew spotlessApply