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
- Host: GitHub
- URL: https://github.com/cbuschka/cannelloni
- Owner: cbuschka
- License: mit
- Created: 2017-02-17T20:23:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-17T20:55:57.000Z (over 9 years ago)
- Last Synced: 2025-01-16T04:24:50.970Z (over 1 year ago)
- Topics: cannelloni, cannelloni-deployment, concept, deployment, packagebyfeature, proof, slice, spring
- Language: Java
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Cannelloni [](https://travis-ci.org/cbuschka/cannelloni) [](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)