Skip to content
This repository was archived by the owner on Feb 2, 2022. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Boilerplate Web API Container

This is a docker container for the Boilerplate web service. It consists of a Tomcat web server that connects to the database specified in the Marathon JSON files. It uses the openSUSE Tomcat with Java 11 base image.

Configuration

Environment Variables

hibernate.connectionstring

A string that specifies the JDBC connection to the Boilerplate database the web service will save to.

hibernate.user

The username to connect to the Boilerplate database.

hibernate.password

The password to use to connect to the Boilerplate database.

Feature Testing

The testing for the Boilerplate API is defined here