
编程
itliwei
这个作者很懒,什么都没留下…
展开
-
SpringBoot集成RabbitMq(Topic模式)
今天主要介绍一下,前些天对SpringBoot集成RabbitMq一些工作的总结:1、maven包引入: <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-amqp</artifac...原创 2018-12-15 19:33:10 · 4908 阅读 · 0 评论 -
CAS自定义拓展Credentials
我们在使用CAS的时候,除了用户名、密码可能还需要验证码等其他信息,CAS一般使用的Credentials是org.jasig.cas.authentication.principal.UsernamePasswordCredentials,这里只包含有:/** The username. */@NotNull@Size(min=1,message = "required.username"...原创 2018-12-16 22:05:12 · 1008 阅读 · 0 评论