# SSM-Demo **Repository Path**: mark0931/simple-SpringMVC ## Basic Information - **Project Name**: SSM-Demo - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2016-12-02 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README <<<<<<< HEAD #spring-simple-demo 基于spring4的spring mvc脚手架基础项目。 ##技术架构 1. spring4 2. log4j 3. mybatis 4. freemarker模板 5. quartz定时器 6. pageHelper分页插件 ##风格 restful风格接口 ##访问路径 1. 访问json字串返回 localhost:8080/json 2. 访问普通视图页面 localhost:8080 ##主界面 ![这是图片]() ======= #spring-simple-demo 基于spring4的spring mvc脚手架基础项目。 ##技术架构 1. spring4 2. log4j 3. mybatis 4. freemarker模板 ##风格 restful风格接口,目前未使用Jackson的方式,而是手动通过fastjson进行转换 ##访问路径 1. 访问json字串返回 localhost:8080/json 2. 访问普通视图页面 localhost:8080