https://github.com/rizkimufrizal/mapping-imperative-baseline
https://github.com/rizkimufrizal/mapping-imperative-baseline
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rizkimufrizal/mapping-imperative-baseline
- Owner: RizkiMufrizal
- Created: 2022-12-28T12:35:26.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T14:24:42.000Z (over 2 years ago)
- Last Synced: 2025-01-08T02:13:33.258Z (5 months ago)
- Language: Java
- Size: 89.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mapping-Imperative-Baseline
This project was created as a baseline development for mapping processing
## How To Run
1. Run docker compose with command `docker compose up`
2. Run application with command `mvn clean spring-boot:run`## How To Build
1. Run build jar with command `mvn clean install`
2. Run build docker image with command `mvn clean install docker:build`## Feature
- [x] Http Client
- [x] Cache
- [x] Logging
- [x] Database
- [x] Database Migration
- [x] Docker Support
- [x] Sample Mapping And API
- [x] Open API Spec / Swagger
- [x] Integration Test