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
- Host: GitHub
- URL: https://github.com/sergiotavuencas/spring-design-patterns
- Owner: sergiotavuencas
- Created: 2021-10-08T00:44:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-08T00:55:03.000Z (over 4 years ago)
- Last Synced: 2025-06-02T06:30:45.071Z (about 1 year ago)
- Topics: design-patterns, java-11, spring-boot
- Language: Java
- Homepage:
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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