Skip to content

junicorn/mario-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mario-sample

这是 如何设计一个Web框架 源码的一个演示例子。

如何运行

使用你的 IDE 导入项目,放在Tomcat中或者直接使用Maven Jetty插件启动均可 :)

# 展示JSP视图
http://localhost:9000/
# 控制器输出hello
http://localhost:9000/hello
# 展示html视图
http://localhost:9000/html
# CRUD
http://localhost:9000/users