2018年11月10日

SpringSecurity入门-自定义登录界面 二

摘要: 请看SpringSecurity的依赖,和web.xml 下载一个登录模板:复制到webapp下面 把index.html页面命名为login.html页面,并修改form表单 <form method="post" action="/login"> 提交路径必须为/login 用户名 name = 阅读全文

posted @ 2018-11-10 14:39 Cyan_W 阅读(205) 评论(0) 推荐(0) 编辑

SpringSecurity入门 一

摘要: 一 创建maven项目 SpringSecurityTest 用maven-archetype-webapp骨架 引入依赖 二 编写spring-security.xml 三 编写web.xml 四 访问 本人路径:http://localhost/ 默认会访问http://localhost/in 阅读全文

posted @ 2018-11-10 11:26 Cyan_W 阅读(152) 评论(0) 推荐(0) 编辑

dubbo入门 zooKeeper注册中心

摘要: 一 虚拟机中安装 ZooKeeper 过几天再更新 阅读全文

posted @ 2018-11-10 11:14 Cyan_W 阅读(83) 评论(0) 推荐(0) 编辑

导航