原创 關於JWT

原地址:http://jwt.io/introduction/ What is JSON Web Token? JSON Web Token (JWT) is an open standard (RFC 7519) that de

原创 spring的CORS

先來看一下CORS(Cross-Origin Resource Sharing)是什麼東西:https://spring.io/understanding/CORS,這篇文章做了詳細的介紹,看這篇文章之前再先了解一下same-or

原创 基於javaConfig的springDataJpa+dubbo+springMvc搭建(二)

前文基本把dubbo框架搭出來了,本文在此框架,重點解決@org.springframework.transaction.annotation.Transactional帶出的問題,以加入簡單的權限管理功能進來爲例.當然要完善這個

原创 註冊BeanFactoryPostProcessor Bean的Configuration下的Environment爲null

參考:https://github.com/spring-projects/spring-boot/issues/4711 這個issue提出不到20天給我搜出來了,還是相信google的強大 問題: 在spring的Con

原创 SWF2入門(一)

文章源出處:http://www.ibm.com/developerworks/cn/education/java/j-spring-webflow/ 開始之前 關於本教程 本教程通過一個簡化的購物車應用,介紹瞭如何使用 Spring W

原创 Windows Diskpart命令詳解

轉載地址:http://zhanqiguang.blog.163.com/blog/static/4650796220133288331854/ 一、顯示磁盤配置的命令 list disk - 顯示磁盤列表。例如

原创 數字簽名是什麼

原文地址:http://www.youdzone.com/signature.html 譯文分析地址:http://www.ruanyifeng.com/blog/2011/08/what_is_a_digital_signature.

原创 quartz集羣調度機制調研及源碼分析

出處:http://blog.csdn.net/gklifg/article/details/27090179 有人總結了三種quratz集羣方案:http://www.iteye.com/topic/114965 1.單獨啓動一個Job

原创 springData使用QueryDsl

參考資料 1:http://docs.spring.io/spring-data/jpa/docs/1.10.x/reference/pdf/spring-data-jpa-reference.pdf 2:https://spring

原创 ssl開啓客戶端認證配置

參考: 1.http://tomcat.apache.org/tomcat-8.0-doc/ssl-howto.html 2.http://www.eclipse.org/jetty/documentation/current/con

原创 nexus安裝與配置

一.安裝nexus前準備 1.先安裝jdk,maven vi /etc/profile 在末尾添加 export JAVA_HOME=/opt/jdk1.7 export MAVEN_HOME=/opt/maven-3.3.9 ex

原创 springSecurity集成cas

cas是Central Authentication Service的簡寫.提供中央認證服務,實現企業級單點登錄.詳細參考:https://www.apereo.org/projects/cas .下面是入門測試 一.客戶端核心配置. p

原创 SWF2入門(二)

參考: 1. http://www.ibm.com/developerworks/cn/education/java/j-spring-webflow/ 2. http://docs.spring.io/spring-webflow/

原创 ssl簡單配置

參考: 1.http://tomcat.apache.org/tomcat-8.0-doc/ssl-howto.html 2.http://www.eclipse.org/jetty/documentation/current/con

原创 在redhat6.4安裝redis集羣

參考: http://redis.io/topics/cluster-tutorial(主要是Creating a Redis Cluster using the create-cluster script部分) https://ru