Phabricator
Install in Mac
Install in Ubuntu
Arcanist
Issues
Ubuntu install warn
Mail Config
SSH
持续集成
Phabricator
Phabricator is an integrated set of powerful ...
Mybatis Generator
Use zh_CN
Code
You need mybatis-generator-core.jar and mysql-connector-java.jar.
Then, use schema.sql to create table in your mysql.
use mvn mybatis-generator:generate to...
目标
基本的使用 DONE
spring mvc 整合
springboot web 整合
web 整合思路
针对 login/logout 需要用户指定对应的 post 请求路径,如果用户不指定,则直接使用默认值。
通过拦截器去调用对应的实现。
整合思路
登录-密码验证
权限校验
借鉴一下 spring sec...