Categories
java Uncategorized

activiti todo

流程定义模块-> 设计-> 部署 删除

流程定义历史模块

流程实例模块

任务实例模块

Categories
Uncategorized

spring security

spring security 提供两种安全 检验模式

一种是 使用 传统的 filter chain

另一种是使用 WebSecurityConfigurerAdapter

使用类似

((HttpSecurity)((HttpSecurity)((AuthorizedUrl)http.authorizeRequests().anyRequest()).authenticated().and()).formLogin().and()).httpBasic();

这种语法