Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/enkarin/vert.x_fileloader
https://github.com/enkarin/vert.x_fileloader
java maven vertx
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/enkarin/vert.x_fileloader
- Owner: EnKarin
- Created: 2023-10-18T17:42:49.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-20T06:12:23.000Z (about 1 year ago)
- Last Synced: 2024-10-12T06:40:59.959Z (25 days ago)
- Topics: java, maven, vertx
- Language: Java
- Homepage:
- Size: 66.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
= Fileservice
image:https://img.shields.io/badge/vert.x-4.4.6-purple.svg[link="https://vertx.io"]
== Building
To package application:
```
./mvnw package
```To install application:
```
./mvnw install
```To run application:
```
./mvnw clean compile exec:java
```== Endpoints
* GET http://localhost:8080/status
* POST http://localhost:8080/downloadBody example
```
{
"url": "https://budget.gov.ru/opendata/7710568760-REGSTATETASK/meta.json",
"filename": "meta.json"
}
```