Created
December 4, 2012 12:53
-
-
Save hpirosha/4203520 to your computer and use it in GitHub Desktop.
demoOne_camel_spring_main
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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