https://github.com/alainpham/simple-test
smoke test for Fuse 7.3
https://github.com/alainpham/simple-test
Last synced: 3 months ago
JSON representation
smoke test for Fuse 7.3
- Host: GitHub
- URL: https://github.com/alainpham/simple-test
- Owner: alainpham
- Created: 2019-05-28T12:50:41.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-26T16:29:58.000Z (9 months ago)
- Last Synced: 2025-01-27T07:42:24.809Z (4 months ago)
- Language: Java
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
Camel Spring Boot Project simple-test
===========================To build this project use
mvn install
To run this project with Maven use
mvn spring-boot:run
For more help see the Apache Camel documentation
http://camel.apache.org/
For testing
curl http://localhost:8090/camel/api-docs
curl http://localhost:8090/camel/pingAcces Swagger UI with definition
http://localhost:8090/webjars/swagger-ui/2.1.0/index.html?url=/camel/api-docs
curl http://localhost:8090/camel/restsvc/ping
To deploy on Openshift, make sure you are connected to your Openshift instance and project with the oc command.
mvn -P ocp fabric8:deploy