Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • G garbus-spring
  • 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 1
    • Merge requests 1
  • 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
  • GarbUs
  • garbus-spring
  • Wiki
  • Ambiente de trabalho

Last edited by Cleyson Braga de Oliveira Mar 15, 2021
Page history

Ambiente de trabalho

Seja bem vindo(a) a página de ajuda do Backend.

Este é o primeiro passo para ter o projeto rodando. ✌

Ferramentas utilizadas

  • [Link direto v-6.6.1] - Gradle (Package Manager)
  • [Download page] - Jetbrains Intellij (IDE)
  • [Download page] - Postman (Teste/Debug)

Peculiaridades da instalação

Gradle

Depois de baixar o Gradle, extraia ele onde desejar;

Windows

  1. Na barra de pesquisa, procure por 'Editar as variáveis de ambiente do sistema'
  2. <Trazendo as imagens>

Linux
Execute no terminal o comando export PATH="$PATH:<gradle_folder>/bin" ** Precisa ser feito a todo login
Ou edite o arquivo ./bashrc (Versões ubunto/Vide para a sua distro)

Clone repository
  • Ambiente de trabalho
  • Home