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

https://github.com/mehmetpekdemir/spring-boot-file-export

Spring Boot File Export
https://github.com/mehmetpekdemir/spring-boot-file-export

Last synced: 4 months ago
JSON representation

Spring Boot File Export

Awesome Lists containing this project

README

          

# Spring-Boot-File-Export

### Tech Stack
- Java 11
- Spring Boot
- Apache poi

### Requirements

For building and running the application you need:
- [JDK 11](https://www.oracle.com/java/technologies/javase-jdk11-downloads.html) or newer .
- [Maven](https://maven.apache.org)
- [Lombok](https://projectlombok.org/)

### Build & Run
```
mvn clean install && mvn --projects backend spring-boot:run
```

### Port
```
http://localhost:8081
```