Skip to content

Latest commit

 

History

History
70 lines (64 loc) · 2.54 KB

File metadata and controls

70 lines (64 loc) · 2.54 KB

Java Blocking Microservice Chassis

Table of contents

Getting Started

Requirements

Software

Usage

Run the restful application server:

$ docker compose up --build -d

Stop the restful application server:

$ docker compose stop chassis

Stop and remove containers and networks:

$ docker compose down

Dependencies

Web Framework

Development Tools

Persistence

Data Migration

Monitoring

API Documentation

Testing

Containerization

Contributing

License