Coder Social home page Coder Social logo

bootcamp2022's Introduction

#Project for Bootcamp 2022

##Session 01

  • Spring Boot Webflux 2.5.x.
  • Spring Boot Actuator.
  • Controladores Rest y Restful.
  • Manejo de trazas con Logback.
  • Uso de lombok.

##Session 02

  • Spring Data JPA.
  • Mongo Reactivo.

##Session 03

  • Patrones de diseño en microservicios.
  • Mongo Reactivo.

##Session 04

  • Antipatrones de desarrollo en Microservicios.
  • Contenedores Docker.

##Session 05

  • Checkstyle.
  • Metricas de calidad con SonarQube.
  • Pruebas Unitarias con Junit5, Mockito, Mockwebserver

##Prerequisites

What things you need to install the software and how to install them

Installing

mvn clean install

Running

mvn spring-boot:run

invoke endpoint customer

###Create new customer

curl --request POST 'localhost:9002/api/customer' \
--header 'Content-Type: application/json' \
--data-raw '{
    "id": "1",
    "firstname": "pepe",
    "lastname": "lopez",
    "email": "[email protected]"
}'

###List all customers

curl --request GET 'localhost:9002/api/customer'

invoke endpoint from Spring Actuator

curl --request GET 'localhost:9002/actuator'

Running the tests

Para la ejecución de los test ejecutamos el siguiente comando. para el gestor dependencias Maven.

mvn test

para el gestor dependencias Gradle.

gradle test

Para valuación de codigo fuente localmente

  • checkstyle

  • pmd

  • spotbugs

  • jacoco

  • CheckStyle - Para los estilos de código.

  • Spotbugs - Para el análisis estático de código.

  • PMD - Para el análisis estático de código.

Para invocar el análisis de código estático.

Maven:

mvn compile test site

Versioning

We use SemVer for versioning.

bootcamp2022's People

Contributors

afmancilla avatar

Watchers

 avatar

Forkers

yennyffer

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.