Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/eric-souzams/park-api-spring

This is a Park API to study Spring Boot 3
https://github.com/eric-souzams/park-api-spring

h2-database java java-17 lombok maven mysql spring-boot spring-data-jpa spring-framework spring-security

Last synced: 27 days ago
JSON representation

This is a Park API to study Spring Boot 3

Awesome Lists containing this project

README

        

Park API


Tecnologies   |   
Preview   |   
Build

## Tecnologies
This project was developed using the following technologies:
- [Spring Boot](https://spring.io/)
- [Spring Security](https://spring.io/)
- [Spring Data JPA](https://spring.io/projects/spring-data-jpa)
- [Lombok](https://projectlombok.org/)
- [MYSQL](https://www.mysql.com/)
- [H2 Database]()
- [JWT]()
- [SpringDoc - Swagger]()
- [ModelMapper]()
- [Tests End-2-End / Integration]()

## Preview
```
v1.0.0
```

## Building
You'll need [Java 17+](https://www.oracle.com/br/java/technologies/javase-jdk17-downloads.html) and [Maven](https://maven.apache.org/download.cgi) installed on your computer in order to build this app.

```bash
$ git clone https://github.com/eric-souzams/park-api-spring.git
$ cd park-api-spring

$ mvn clean install -DskipTests
$ mvn spring-boot:run
```