Skip to content

Instantly share code, notes, and snippets.

@hpirosha
Created December 4, 2012 12:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hpirosha/4203520 to your computer and use it in GitHub Desktop.
Save hpirosha/4203520 to your computer and use it in GitHub Desktop.
demoOne_camel_spring_main
package org.nsinfra.camel;
import org.apache.camel.spring.Main;
public class SpringCamelMain {
public static void main(String[] args) throws Exception {
/**
* Loads spring application context files kept under
* META-INF/spring folder placed in CLASSPATH
*/
Main.main(args);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment