... | @@ -11,17 +11,17 @@ Esta seção aborda a arquitetura adotada e o esquema de deploy. |
... | @@ -11,17 +11,17 @@ Esta seção aborda a arquitetura adotada e o esquema de deploy. |
|
|
|
|
|
# Backend
|
|
# Backend
|
|
|
|
|
|
## Framework ![enter image description here](https://img.shields.io/badge/-Spring-6DB33F?style=for-the-badge&logo=Spring&logoColor=white)
|
|
## Framework
|
|
**[Spring Boot ](https://spring.io/projects/spring-boot)**
|
|
[![Spring Boot](https://img.shields.io/badge/-Spring-6DB33F?style=for-the-badge&logo=Spring&logoColor=white)](https://spring.io/projects/spring-boot)
|
|
|
|
|
|
## Linguagem ![enter image description here](https://img.shields.io/badge/-Java-FFFFFF?style=for-the-badge&logo=openjdk&logoColor=black)
|
|
## Linguagem
|
|
**[Java ](https://www.java.com/pt-BR/)**
|
|
[![JAVA](https://img.shields.io/badge/-Java-FFFFFF?style=for-the-badge&logo=openjdk&logoColor=black)](https://www.java.com/pt-BR/)
|
|
|
|
|
|
## Gerenciador de Dependências ![enter image description here](https://img.shields.io/badge/-Maven-C71A36?style=for-the-badge&logo=apachemaven&logoColor=white)
|
|
## Gerenciador de Dependências
|
|
**[Maven ](https://maven.apache.org/)**
|
|
[![Maven](https://img.shields.io/badge/-Maven-C71A36?style=for-the-badge&logo=apachemaven&logoColor=white)](https://maven.apache.org/)
|
|
|
|
|
|
## Testes ![enter image description here](https://img.shields.io/badge/-JUnit-25A162?style=for-the-badge&logo=junit5&logoColor=white)
|
|
## Testes
|
|
**[JUnit5 ](https://junit.org/junit5/)**
|
|
[![JUnit5](https://img.shields.io/badge/-JUnit-25A162?style=for-the-badge&logo=junit5&logoColor=white)](https://junit.org/junit5/)
|
|
|
|
|
|
|
|
|
|
-------------------------------------------
|
|
-------------------------------------------
|
... | @@ -51,3 +51,19 @@ Mudanças em tecnologias externas têm menos impacto no núcleo do sistema, perm |
... | @@ -51,3 +51,19 @@ Mudanças em tecnologias externas têm menos impacto no núcleo do sistema, perm |
|
A estrutura da arquitetura hexagonal permite que você adapte o sistema às mudanças de requisitos de forma mais ágil.
|
|
A estrutura da arquitetura hexagonal permite que você adapte o sistema às mudanças de requisitos de forma mais ágil.
|
|
|
|
|
|
![arquitetura_Hexagonal](uploads/3e070af596017f0fd80a9ece3643750b/arquitetura_Hexagonal.png)
|
|
![arquitetura_Hexagonal](uploads/3e070af596017f0fd80a9ece3643750b/arquitetura_Hexagonal.png)
|
|
|
|
|
|
|
|
-------------------------------------------
|
|
|
|
|
|
|
|
# Frontend
|
|
|
|
|
|
|
|
## Framework
|
|
|
|
[![React Native](https://img.shields.io/badge/React-Native-000?style=for-the-badge&logo=React-Native)](https://reactnative.dev)
|
|
|
|
|
|
|
|
## Linguagem
|
|
|
|
[![TypeScript](https://img.shields.io/badge/TypeScript-000?style=for-the-badge&logo=typescript)](https://www.typescriptlang.org/)
|
|
|
|
|
|
|
|
## Gerenciador de Dependências ![enter image description here](https://img.shields.io/badge/-Maven-C71A36?style=for-the-badge&logo=apachemaven&logoColor=white)
|
|
|
|
**[Maven ](https://maven.apache.org/)**
|
|
|
|
|
|
|
|
## Testes ![enter image description here](https://img.shields.io/badge/-JUnit-25A162?style=for-the-badge&logo=junit5&logoColor=white)
|
|
|
|
**[JUnit5 ](https://junit.org/junit5/)** |
|
|
|
\ No newline at end of file |