Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```