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

https://github.com/sc0v0ne/design_pattern_singleton

Develop a system that uses the pattern given in class. "Singleton" design pattern.
https://github.com/sc0v0ne/design_pattern_singleton

college college-project git intellij intellij-idea java maven patterns-java singleton singleton-pattern

Last synced: 4 months ago
JSON representation

Develop a system that uses the pattern given in class. "Singleton" design pattern.

Awesome Lists containing this project

README

        

# 🪶 Singleton

🎓 College: [Faculdade Metodista Granbery](http://granbery.edu.br/)

👨‍🏫 Teacher: [Marco Antônio - Github](https://github.com/marcoaparaujo) | [Linkedin](https://www.linkedin.com/in/marco-ant%C3%B4nio-ara%C3%BAjo/)

## 🧰 Tools




3DD1-JAVA
3DD1-GIT
3DD1-GITHUB
3DD1-INTELLIJ

## Framework

JUnit 5
```POM



org.junit.jupiter
junit-jupiter-api
5.7.2
test


```

The code above you will add, inside the pom.xml file, depending on your IDEA, you will click on the code to run or reload. To download the framework. So you can run the tests.
#### Example:
![example](https://user-images.githubusercontent.com/56802572/139537465-a8d02743-046c-4da6-8b74-00c7ed53b1d5.png)