An open API service indexing awesome lists of open source software.

https://github.com/zixicat/workflows-openapi


https://github.com/zixicat/workflows-openapi

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# Workflows OpenAPI

This project is a Spring Boot application that uses OpenAPI to generate API interfaces and documentation.

## Getting Started

### Prerequisites

- Java 17
- Maven

### Building the Project

To build the project, run the following command:

```sh
./mvnw clean install
```