Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 2.31 KB

README.md

File metadata and controls

34 lines (24 loc) · 2.31 KB

Apache TomEE MicroProfile for Platform.sh

Deploy on Platform.sh

This project provides a starter kit for Apache TomEE Eclipse MicroProfile projects hosted on Platform.sh. It includes a minimalist application skeleton that is intended for you to use as a starting point and modify for your own needs, along with the Platform.sh Config Reader to simplify accessing Platform.sh environment variables.

Apache TomEE is the Eclipse MicroProfile implementation that uses several Apache Project flavors such as Apache Tomcat, Apache OpenWebBeans and so on.

Features

  • Java 11
  • Automatic TLS certificates
  • Maven-based build

Customizations

The following files and additions make the framework work. If using this project as a reference for your own existing project, replicate the changes below to your project.

References