Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • A ALFA Wiki
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ALFA
  • ALFA Wiki
  • Wiki
  • Arquitetura

Arquitetura · Changes

Page history
Update Arquitetura authored Nov 09, 2021 by Marcelo Henrique De Souza's avatar Marcelo Henrique De Souza
Hide whitespace changes
Inline Side-by-side
Arquitetura.md
View page @ 53916d93
......@@ -55,26 +55,34 @@ alpha-backend/
├── main/
│ ├── java/
│ │ └── br.com.alpha.api/
│ │ ├── api/
│ │ │ └── ExampleConfig.java
│ │ │ │ └── ExampleRequest.ja
│ │ │ └── ExampleConfig.java
│ │ ├── config/
│ │ │ └── ExampleConfig.java
│ │ ├── domain/
│ │ │ └── Example.java
│ │ ├── dto/
│ │ │ └── Example.java
│ │ ├── exception/
│ │ │ └── Example.java
│ │ ├── handler/
│ │ │ └── Example.java
│ │ ├── mapper/
│ │ │ └── Example.java
│ │ ├── model/
│ │ │ ├── request/
│ │ ├── repository/
│ │ │ └── Example.java
│ │ ├── service/
│ │ │ └── Example.java
│ │ │ │ └── ExampleRequest.java
│ │ │ └── response/
│ │ │ └── ExampleResponse.java
│ │ ├── repository/
│ │ ├── validator/
│ │ │ ├── ExampleRepository.java
│ │ │ └──
│ │ ├── service/
│ │ │ └── ExampleService.java
│ │ ├── utils/
│ │ │ └── ExampleUtil.java
│ │ ├── web/
│ │ │ ├── ExampleApi.java
│ │ │ └── ExampleController.java
│ │ └── AlphaApplication.java
│ └── resources
│ └── application.yml
└── test/
......
Clone repository
  • Arquitetura
  • Banco de Dados
  • Boas Práticas
  • C4 Model
  • Configuração
  • Escopo
  • Instruções
  • Mockups
  • POC Amazon
  • Padrão Merge Request
  • Processos
  • Home