https://github.com/idrsolutions/base-microservice-example
Base project for IDRSolutions microservices
https://github.com/idrsolutions/base-microservice-example
conversion example html idrsolutions microservice pdf server service web
Last synced: 14 days ago
JSON representation
Base project for IDRSolutions microservices
- Host: GitHub
- URL: https://github.com/idrsolutions/base-microservice-example
- Owner: idrsolutions
- License: apache-2.0
- Created: 2018-02-19T16:38:55.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-09-04T11:44:57.000Z (5 months ago)
- Last Synced: 2025-09-04T13:20:01.069Z (5 months ago)
- Topics: conversion, example, html, idrsolutions, microservice, pdf, server, service, web
- Language: Java
- Homepage:
- Size: 405 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Notice: NOTICE.txt
Awesome Lists containing this project
README
# Base Microservice Example
This is the base project for all our microservices. It handles all common actions used by our JPedal, BuildVu, FormVu microservices. This includes receiving requests and files sent to the service, polling of the service, handling call backs, and parsing settings. Anyone can use this as a base to create a microservice.