Git Product home page Git Product logo

dh-spingmvc's Introduction



npm (tag) Travis

简介

一个简单版本的SpringMVC框架,阅读SpringMVC源码后尝试模仿实现的。

环境

IDEA JDK 8

功能

实现了SpringMVC常用的五个注解:
@DhController:标注bean类为controller层,当没有使用@DhRequestMapping时起value值可作为请求映射路径默认值为标记类的简单名,首字母小写。
@DhService:标注bean类为service层,默认值为标记类的简单名,首字母小写。
@DhRequestMapping:映射请求地址
@DhQualifier:注入bean实例,默认值为bean实例实现类的简单名,首字母小写。
@DhRequestParam:数据绑定后台控制层获取参数,可为空,现支持类型有String,Integer,Float,Double。

配置

web.xml

dh-springmvc的配置文件

测试


运行

前台

后台

博客

记载详细编写过程。点此处跳转

dh-spingmvc's People

Contributors

hdonghong avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.