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
- Host: GitHub
- URL: https://github.com/soujava/wishlist
- Owner: soujava
- Created: 2019-12-19T20:00:54.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-11-21T15:22:01.000Z (about 2 years ago)
- Last Synced: 2025-03-29T09:32:59.972Z (9 months ago)
- Language: Java
- Size: 39.1 KB
- Stars: 4
- Watchers: 13
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)