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
- Host: GitHub
- URL: https://github.com/setxpro/processing-cnab
- Owner: setxpro
- Created: 2024-08-08T14:05:27.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-08T14:29:51.000Z (over 1 year ago)
- Last Synced: 2025-02-01T20:31:00.690Z (about 1 year ago)
- Topics: h2-database, java-21, spring-batch, spring-boot
- Language: Java
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CNAB file processing

## 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.