https://github.com/zixicat/workflows-openapi
https://github.com/zixicat/workflows-openapi
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zixicat/workflows-openapi
- Owner: zixiCat
- Created: 2024-10-13T02:20:51.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-08T05:27:50.000Z (over 1 year ago)
- Last Synced: 2025-09-19T00:02:36.902Z (9 months ago)
- Language: Mustache
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```