Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ufo
/
ufo-platform
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
mali
2019-09-05 15:47:44 +0800
Commit
039935a9a5efe1bbde20bea8d0960c0034cfa95b
1 parent
2f0fe57e
测试代码
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
0 deletions
user/src/main/java/com/yoho/ufo/MainApp.java
user/src/main/java/com/yoho/ufo/MainApp.java
0 → 100644
View file @
039935a
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
{
}
}
...
...
Please
register
or
login
to post a comment