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

https://github.com/cbuschka/cannelloni

Proof of concept for "Cannelloni Deployment" with spring
https://github.com/cbuschka/cannelloni

cannelloni cannelloni-deployment concept deployment packagebyfeature proof slice spring

Last synced: 2 months ago
JSON representation

Proof of concept for "Cannelloni Deployment" with spring

Awesome Lists containing this project

README

          

# Cannelloni [![Build Status](https://travis-ci.org/cbuschka/cannelloni.svg?branch=master)](https://travis-ci.org/cbuschka/cannelloni) [![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/cbuschka/cannelloni/master/LICENSE)

#### A proof of concept for "cannelloni deployment".

A fat war with all services in. A single slice ("cannelloni") or sets of slices are activated via spring profiles.

## Build

```
mvn clean install
```

## Run with slice a, b or all
```
java -Dspring.profiles.active=all|a|b -jar target/cannelloni.war
```

## License

[MIT](LICENSE)