Authored by mali

测试代码

package com.yoho.ufo;
import org.springframework.stereotype.Controller;
/**
* A Camel Application
*/
@Controller
public class MainApp {
/**
* A main() so we can easily run these routing rules in our IDE
*/
public static void main(String... args) throws Exception {
}
}
... ...