https://github.com/alainpham/simple-fuse-service
very basic fuse service
https://github.com/alainpham/simple-fuse-service
Last synced: 2 months ago
JSON representation
very basic fuse service
- Host: GitHub
- URL: https://github.com/alainpham/simple-fuse-service
- Owner: alainpham
- Created: 2016-12-05T13:12:13.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-05T13:47:48.000Z (over 8 years ago)
- Last Synced: 2025-01-27T07:42:24.735Z (4 months ago)
- Language: Java
- Homepage:
- Size: 58.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.txt
Awesome Lists containing this project
README
Camel Project for Blueprint (OSGi)
=========================================To build this project use
mvn install
To run the project you can execute the following Maven goal
mvn camel:run
To deploy the project in OSGi. For example using Apache ServiceMix
or Apache Karaf. You can run the following command from its shell:osgi:install -s mvn:com.redhat.tutorials/simpleSoapRestSvc/1.0-SNAPSHOT
To deploy on fabric8
fabric8:deploy
For more help see the Apache Camel documentation
http://camel.apache.org/
how to commit to gitlab
git commit -m "Comment" -a
git push