Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cedricziel/openshift-cartridge-springboot
OpenShift Cartridge for Spring Boot Applications deployed as fat jars. Scalable.
https://github.com/cedricziel/openshift-cartridge-springboot
Last synced: 11 days ago
JSON representation
OpenShift Cartridge for Spring Boot Applications deployed as fat jars. Scalable.
- Host: GitHub
- URL: https://github.com/cedricziel/openshift-cartridge-springboot
- Owner: cedricziel
- License: other
- Created: 2015-02-15T13:31:01.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-02-15T20:55:37.000Z (over 9 years ago)
- Last Synced: 2024-10-11T20:07:07.059Z (25 days ago)
- Language: Shell
- Homepage:
- Size: 336 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EXPERIMENTAL OpenShift Spring Boot
Install by using [this URL](https://raw.githubusercontent.com/cedricziel/openshift-cartridge-springboot/master/metadata/manifest.yml) as custom cartridge definition
Documentation follows once stable
```
rhc app create bootservice \
http://cartreflect-claytondev.rhcloud.com/reflect?github=cedricziel/openshift-cartridge-springboot
```## Goals
* Template for Microservices with Spring Boot
* Gradle or Maven
* Scalable (hence custom cartridge, not diy)## Cartridge Development
Once a custom cartridge is deployed, you have to manually clear the broker cache to allow retrieval without version change.
```
/usr/sbin/oo-admin-broker-cache -c --console
```