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
- Host: GitHub
- URL: https://github.com/mehmetpekdemir/spring-boot-file-export
- Owner: mehmetpekdemir
- Created: 2021-01-03T00:16:38.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-12T10:12:44.000Z (over 4 years ago)
- Last Synced: 2023-03-01T07:32:43.655Z (over 2 years ago)
- Language: Java
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spring-Boot-File-Export
### Tech Stack
- Java 11
- Spring Boot
- Apache poi
### RequirementsFor 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
```