This is the barcode generation backend service. We use PartKeepr to manage our inventory. Due to its lack of barcode generation feature, this project comes into place.
- JDK 12
- Maven
- Docker
- Run
mvn compile
to build source files and runmvn package
to build Docker image. - Execute
docker run barcoder/generation-service:1.0.0
to run this application.