摘要: 品优购项目对接 首页 搜索页 详情页 购物车 确认订单页 首页和搜索页的对接 页面跳转 ,使用 angularjs 的 服务进行参数传递。 搜索页和详情页对接 用户点击搜索到的商品,超链接跳转 到对应的商品详情页。 详情页和购物车对接 详情页用户点击 ,异步发送跨域请求,将商品添加到购物车。获取添加 阅读全文
posted @ 2019-10-23 23:39 没有理由不会呀 阅读(200) 评论(0) 推荐(0) 编辑
摘要: shiro 基本知识测试 AuhtorizationTest AuthenticationTest IniRealmTest JdbcRealmTest CustomRealm CustomRealmTest @startuml interface Realm abstract class Cach 阅读全文
posted @ 2019-10-23 23:20 没有理由不会呀 阅读(326) 评论(0) 推荐(0) 编辑
摘要: springboot shiro 基本整合 步骤 依赖和配置 定义 org.apache.shiro.realm.Realm 使用 IniRealm 定义 org.apache.shiro.mgt.SecurityManager 定义 org.apache.shiro.spring.web.Shir 阅读全文
posted @ 2019-10-23 15:20 没有理由不会呀 阅读(289) 评论(0) 推荐(0) 编辑