An open API service indexing awesome lists of open source software.

https://github.com/soujava/wishlist

A small list of wish list this year
https://github.com/soujava/wishlist

Last synced: 8 months ago
JSON representation

A small list of wish list this year

Awesome Lists containing this project

README

          

# Wish List

## Services

* Java 11

## 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.

* [`.platform/routes.yaml`](.platform/routes.yaml): Platform.sh allows you to define the [routes](https://docs.platform.sh/configuration/routes.html).
* [`.platform/services.yaml`](.platform/services.yaml): Platform.sh allows you to completely define and configure the topology and [services you want to use on your project](https://docs.platform.sh/configuration/services.html).
* [`.platform.app.yaml`](.platform.app.yaml): You control your application and the way it will be built and deployed on Platform.sh [via a single configuration file](https://docs.platform.sh/configuration/app-containers.html).
* An additional library dependency, [`platformsh/config-reader-java`](https://github.com/platformsh/config-reader-java), has been added. It provides convenience wrappers for accessing the Platform.sh environment variables.

## References

* [Platform.sh post](https://platform.sh/blog/2019/java-hello-world-at-platform.sh/)
* [Maven](https://maven.apache.org/)
* [Thorntail](https://thorntail.io/)
* [Eclipse MicroProfile](https://microprofile.io/)
* [Java at Platform.sh](https://docs.platform.sh/languages/java.html)