1. 程式人生 > >學習spring+maven+token心得。

學習spring+maven+token心得。

這個文章主要是針對這個demo。

https://github.com/ScienJus/spring-authorization-manager-demo

將這個demo匯入到eclipseEE,右鍵點選工程,“Run As” -》 “Run On Server” -》第一次使用的時候需要配置tomcat,這個時候選擇ubuntu安裝的tomcat。


https://github.com/ScienJus/spring-authorization-manager

這個demo的readme說的兩個儲存方式:redis和資料庫,兩個選一個,預設是redis方法。

  <!--Redis依賴,只有在使用RedisTokenManager時才需要-->
  <!--資料庫依賴,只有在使用MySQLTokenManager時才需要-->


將上面兩個demo放在同一個資料夾,用eclipse開啟上面兩個工程



目前還沒有調通。。。。。。。。