paluan-batista / transactions

Este repositório é responsável por receber uma requisição do módulo [acquirer] e salvar as transações no banco de dados

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

transactions

Este repositório é responsável por receber uma requisição do módulo [acquirer] e salvar as transações no banco de dados

Core Dependencies: Lombok, Spring Boot, JPA

Style Guide usage

- Fist step: In your IDE, locate the location where to import the style sheet in .xml and import the style sheet present in the path relative to the project:
~/style-guide/java-google-style.xml
Example (on Spring Tool Suite):


Lombok installation

- First step: Install the jar present in the application-related path:
~/dependency-jar-for-ide/lombok.jar
in your IDE of choice.

- Second step: In your IDE, update the project's dependencies and build the project. PS: Don't forget to close and open your IDE after the first step.
Example (on Spring Tool Suite):

  • Update dependencies:

  • Clean project:

About

Este repositório é responsável por receber uma requisição do módulo [acquirer] e salvar as transações no banco de dados


Languages

Language:Java 99.9%Language:Shell 0.1%