Skip to content

projetoOpenSource/ms-agendamento-tarefa-gp1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ms-agendamento-tarefa -- Microservices em Springboot

Sumário

  1. [Tecnologias Utilizadas]
  2. [ Configuração ]
  3. [ Build e Deploy - Ambiente de desenvolvimento (Localhost) ]
  4. [ Build e Deploy - Ambiente de Homologação (Api Portal) ]
  5. [ Arquitetura ]
  6. [ Actuator ]
  7. [ Arquitetura ]

1. Tecnologias Utilizadas

  • Java (JDK 17)
  • Spring Boot (Running with Spring Boot v2.7.5, Spring v5.3.23)
  • JPA
  • Hibernate
  • Lombok
  • Swagger
  • Model Mapper
  • Mysql (MySQL 5.7)

2. Configuração

Instale

3. Build e Deploy - Ambiente de desenvolvimento

SpringBoot
  1. Faça um git clone para o branch desejado;

  2. Abra a IDE escolhida (Spring Tool Suite ou IntelliJ)

  3. Importe o projeto

  4. Realize o build

    1. Aperte o botão com o símbolo de um martelo
    • ou
    1. Digite no terminal mvn package -U
  5. Execute o projeto

    1. Aperte o botão com o símbolo de play
    • ou
    1. Digite no terminal mvn exec:java

4. Build e Deploy - Ambiente de homologação

Git
  1. git status
  2. git add < arq >
  3. git tag - TAG OPCIONAL
  4. git tag < last_tag+1 > - TAG OPCIONAL
  5. git commit -m < message >
  6. git push
  7. git push origin < last_tag+1 > - TAG OPCIONAL
Swagger
  1. Localhost
  2. API Sever
    • Acesse o swagger por meio do link:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages