This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
zhzhenqin
/
jetty-simple-mvc
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
jetty-simple-mvc
8
Commits
1
Branches
0
Publications
Branche:
master
Branches
Tags
master
jetty-simple...
HTTP
ZIP
TAR.GZ
zhzhenqin
5f4d36c4f4
change pom
il y a 3 ans
src
b38e77ac21
重构 mvc
il y a 5 ans
.gitignore
050d795303
add path content_type
il y a 6 ans
pom.xml
5f4d36c4f4
change pom
il y a 3 ans
readme.md
6adeaf536f
init project
il y a 7 ans
readme.md
简易 MVC 框架:
在 Controller 类上注解
@Action
表示这个类是一个 Action;
在 标注有
@Action
的类的方法上标注
@Path
("/for") 则代表通过 /path/for 能访问到该资源;
前端 HTML 模板用的 Freemarker