An open API service indexing awesome lists of open source software.

https://github.com/setxpro/processing-cnab

Processamento de Arquivo CNAB - Spring batch
https://github.com/setxpro/processing-cnab

h2-database java-21 spring-batch spring-boot

Last synced: 11 months ago
JSON representation

Processamento de Arquivo CNAB - Spring batch

Awesome Lists containing this project

README

          

# CNAB file processing

License: MIT
Language: Java
Version: 1.0

## Table of Contents

- [Challenge](./CHALLENGE.md)
- [Installation](#installation)
- [Configuration](#configuration)
- [Usage](#usage)
- [Database](#database)
- [Technologies](#technologies-used)
- [API Endpoints](#documentation)
- [Contributing](#contributing)

## Challenge
- Check out the full challenge, [click here](./PROBLEM.md).

## Installation

1. Clone the repository:

```bash
git clone https://github.com/setxpro/processing-cnab.git
```

2. Install dependencies with Maven

```bash
mvn clean install
```

## Configuration
- Check out the spring batch config, [click here](./src/main/java/com/github/setxpro/processing_cnab/BatchConfig.java)

## Database
- H2 Console

## Technologies used

* Java 21
* Spring Boot
* Spring Batch
* H2 Console

## DOCUMENTATION API

- Check out the documentation, [click here](./DOCUMENTATION.md)

## Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request to the repository.

When contributing to this project, please follow the existing code style, [commit conventions](https://github.com/iuricode/padroes-de-commits), and submit your changes in a separate branch.