Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/erebelo/spring-common-lib
Common Library for Spring Boot Applications
https://github.com/erebelo/spring-common-lib
Last synced: 4 days ago
JSON representation
Common Library for Spring Boot Applications
- Host: GitHub
- URL: https://github.com/erebelo/spring-common-lib
- Owner: erebelo
- License: mit
- Created: 2024-10-14T14:54:02.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-13T15:47:13.000Z (7 days ago)
- Last Synced: 2024-11-13T16:41:12.191Z (7 days ago)
- Language: Java
- Homepage:
- Size: 77.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Spring Common Lib
Common Library for Spring Boot applications, providing shared utilities and cross-cutting features across multiple modules for use throughout microservices.
## Features
- **[Logging](https://github.com/erebelo/spring-common-lib/tree/main/docs/logging-module.md)**: Utilizes Log4j2 for application logging, featuring an ECS (Elastic Common Schema) layout for JSON format in non-local environments.
- **[Http](https://github.com/erebelo/spring-common-lib/tree/main/docs/http-module.md)**: Provides pre-configured HTTP client utilities, offering customizable RestTemplate configurations for efficient connection management, proxy settings, and basic authentication.
- **[Utils](https://github.com/erebelo/spring-common-lib/tree/main/docs/utils-module.md)**: Includes utility classes for serialization, object mapping, managing thread context in asynchronous operations, and configuring asynchronous task execution.## Requirements
- Java 17
- Spring Boot 3.x.x
- Apache Maven 3.8.6## Libraries
- [spring-common-parent](https://github.com/erebelo/spring-common-parent): Manages the Spring Boot version and provide common configurations for plugins and formatting.
## How to Use
Refer to the **[Features](#features)** section above, where each module includes a link to its documentation for instructions on how to import and use it.
## Run App
Use the following command to build and format the project:
```sh
mvn clean install
```