摘要: 4.0.0 org.slsale SLSaleSystem war 0.0.1-SNAPSHOT SLSaleSystem Maven Webapp http://maven.apache.org 4.0.2.RELEASE 3.2.8 1.7.12 1.2.1... 阅读全文
posted @ 2017-07-30 13:08 羽哲 阅读(5911) 评论(0) 推荐(0) 编辑
摘要: 1 2 7 Archetype Created Web Application 8 9 /WEB-INF/pages/index.jsp 10 11 12 13 org.springframework.web.context.ContextLoaderListener 14 15 16 17 contex... 阅读全文
posted @ 2017-07-30 13:05 羽哲 阅读(11560) 评论(0) 推荐(0) 编辑
摘要: 1、关于权限系统,对于用户是否有权限对系统进行访问,设置自定义拦截器,来拦截用户的请求 2、SpringMVC文件里配置 阅读全文
posted @ 2017-07-30 13:03 羽哲 阅读(1651) 评论(0) 推荐(0) 编辑
摘要: 1、关于spring配置文件中对于redis的配置 2、配置自定义的RedisAPI,对redis数据库的管理 3、redis相关依赖 阅读全文
posted @ 2017-07-30 12:57 羽哲 阅读(4693) 评论(0) 推荐(0) 编辑
摘要: 1 /** 2 * Created by My_coder on 2017-07-27. 3 * 加减乘除计算工具类 4 */ 5 public class BigDecimalUtil { 6 private BigDecimalUtil() { 7 } 8 9 /** 10 * 加 11 */ 12 public ... 阅读全文
posted @ 2017-07-30 12:17 羽哲 阅读(376) 评论(0) 推荐(0) 编辑