摘要:
zookeeper的启动: ./zkServer.sh start 连接zookeeper: ./zkCli.sh 查看节点: ls / 临时关闭linux防火墙centOS6: /etc/init.d/iptables stop 注意:本案例是基于springboot1.5.12版本,spring 阅读全文
摘要:
注解:@EnableWebSecurity WebSecurityConfigurerAdapter:自定义Security策略 AuthenticationManagerBuilder:自定义认证策略 HttpSecurity配置登陆、注销功能 官方文档:https://spring.io/gui 阅读全文
摘要:
异步任务: @EnableAysnc、@Aysnc 定时任务: @EnableScheduling、@Scheduled 邮件任务: pom: <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org 阅读全文