Skip to content

ontheroad1875/JsonDemo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

JsonDemo

功能

  1. SpringMVC 接受 json 对象的两种方式示例
  2. 自定义实现 UrlPathHelper, AntPathMatcher(见 springextend 包)

使用技术

  1. maven : apache-maven-3.3.9
  2. springmvc :4.1.1.RELEASE
  3. Tomcat-Maven-Plugin: 2.2

如何运行

  1. 配置好相应的参数,启动项目
  2. 访问地址: http://localhost:8088/category/index.do
  3. 输入表单数据,点击提交按钮,在浏览器控制台即可看到输出结果。

主要接口类

CategorySiteController

About

SpringMVC 接受 json 对象的两种方式

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 90.3%
  • HTML 9.7%