Authored by mali

测试代码

  1 +package com.yoho.ufo;
  2 +
  3 +
  4 +import org.springframework.stereotype.Controller;
  5 +
  6 +/**
  7 + * A Camel Application
  8 + */
  9 +@Controller
  10 +public class MainApp {
  11 +
  12 + /**
  13 + * A main() so we can easily run these routing rules in our IDE
  14 + */
  15 + public static void main(String... args) throws Exception {
  16 +
  17 + }
  18 +
  19 +}
  20 +