2018年4月11日

SSO 证书配置

摘要: ssodev.crt为开发环境证书ssotest.crt为测试环境证书 将证书拷贝到目录:{JDK}\jre\lib\security 其中 {JDK} 是实际安装JDK的位置。然后cmd进入命令窗口,进入该目录执行命令:keytool -import -trustcacerts -alias ss 阅读全文

posted @ 2018-04-11 13:44 chengjunde 阅读(278) 评论(0) 推荐(0)

MQ 个人小结

摘要: 在PCS项目: talking 发送队列1.1 创建@Beanpublic Queue orderTakingQueue() { return createQueue(orderTakingQueueName); } 1.2 绑定 @Bean public Binding orderTakingQu 阅读全文

posted @ 2018-04-11 13:43 chengjunde 阅读(122) 评论(0) 推荐(0)

导航