Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 781 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 781 Bytes

java-config-springmvc-example

a spring-mvc example project only use java config

Description 简介

This is an example of how to build a web-mvc application using java config rather than traditional web.xml. It contains kinds of aspects like filter, interceptor and fileupload. It could be a template to help you make your own, or you can put this out-of-the-box project in practical use as well.

这是一个介绍如何使用java config来构建web mvc应用的范例项目,里面包含了拦截器、过滤器等,在新版spring容器里可以替换传统的web.xml配置。你可以拿它作为范例来开始你自己的项目,另外因为它是完整的,拆盒即用,你也可以用在实际工程中作为脚手架。

welcome to my blog: http://voyg.net