Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/eric-souzams/park-api-spring
- Owner: eric-souzams
- Created: 2023-11-28T01:48:38.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-12-10T00:32:19.000Z (11 months ago)
- Last Synced: 2024-09-29T00:04:51.826Z (about 1 month ago)
- Topics: h2-database, java, java-17, lombok, maven, mysql, spring-boot, spring-data-jpa, spring-framework, spring-security
- Language: Java
- Homepage:
- Size: 386 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```