简体   繁体   English

春季演示示例

[英]spring demo example

Dear all, I'm new to spring mvc framework. 亲爱的所有人,我是spring mvc框架的新手。 Plaese share small examples to start with:- 朴素分享一些小例子,开始于:-

  • Displaying data in a page 在页面中显示数据
  • Submiting data 提交资料
  • login 登录

The spring petclinic app: 春季petclinic应用程序:

svn co https://src.springframework.org/svn/spring-samples/petclinic/trunk spring-petclinic svn co https://src.springframework.org/svn/spring-samples/petclinic/trunk spring-petclinic

The project is created using Eclipse , so use Eclipse to import it as well. 该项目是使用Eclipse创建的,因此也请使用Eclipse导入它。

There are some good examples in the official docs: 官方文档中有一些很好的例子:

http://static.springsource.org/spring/docs/3.0.x/spring-framework-reference/html/mvc.html http://static.springsource.org/spring/docs/3.0.x/spring-framework-reference/html/mvc.html

Spring has a document called "Spring MVC step by step" that is a bit dated (uses 2.5 instead of 3.0) but is still full of valuable information: Spring有一个名为“ Spring MVC step by step”的文档,该文档有些陈旧(使用2.5而不是3.0),但是仍然充满了有价值的信息:

http://static.springsource.org/docs/Spring-MVC-step-by-step/ http://static.springsource.org/docs/Spring-MVC-step-by-step/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM