Showing
1 changed file
with
20 additions
and
0 deletions
user/src/main/java/com/yoho/ufo/MainApp.java
0 → 100644
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 | + |
-
Please register or login to post a comment