You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2019/12/16 16:18:29 UTC

[GitHub] [camel-quarkus] jstakun edited a comment on issue #543: Unmarshal json in spring xml

jstakun edited a comment on issue #543: Unmarshal json in spring xml
URL: https://github.com/apache/camel-quarkus/issues/543#issuecomment-566131304
 
 
   https://github.com/jstakun/wildwest-bot/
   
   After you pull/fork: 
   - delete org.mycompany.Application.java and pom.xml
   - rename quarkus-pom.xml to pom.xml 
   - specify backend host:port in application.properties
   
   For backend creation on Openshift you can use following commands:
   ```
   oc new-project wildwest-shooter
   oc policy add-role-to-user edit -z default
   oc new-app quay.io/jstakun/wildwest-shooter-backend-quarkus:0.1 --name backend
   oc expose service backend
   ```
   
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services