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

https://github.com/sergiotavuencas/spring-design-patterns

Design patterns using Spring Boot developed during GFT Java and AWS Developer Bootcamp by @digitalinnovationone, taught by @falvojr
https://github.com/sergiotavuencas/spring-design-patterns

design-patterns java-11 spring-boot

Last synced: about 2 months ago
JSON representation

Design patterns using Spring Boot developed during GFT Java and AWS Developer Bootcamp by @digitalinnovationone, taught by @falvojr

Awesome Lists containing this project

README

          

# Design Patterns using Spring Boot

## About
This project was developed during GFT Java & AWS Developer Bootcamp by [DIO](https://github.com/digitalinnovationone) (Digital Innovation One), taught by [Venilton FalvoJr](https://github.com/falvojr).

## Requirements
Before starting, you need the following tools installed in your machine:

[Git](https://git-scm.com)

[Java JDK 11](https://www.oracle.com/java/technologies/downloads/#java11)

[Maven 3.8.2](https://maven.apache.org/download.cgi)

Java IDE [Intellij IDEA Community 2021.2.2](https://www.jetbrains.com/idea/download/#section=windows)

## Clone this repository

```shell script
git clone https://github.com/sergiotavuencas/spring-design-patterns
```

## Executing
Open this repository on Intellij IDEA, in the terminal type:

```shell script
mvn spring-boot:run
```

## Technologies
* Java 11
* Maven 3.8.2
* Spring Boot 2.5.5
* Intellij IDEA Community 2021.2.2