Skip to content

Commit

Permalink
解决1.3.1,shiro.ini加载的问题,屏蔽处理
Browse files Browse the repository at this point in the history
  • Loading branch information
kawhii committed Sep 14, 2017
1 parent 56bd518 commit 0e3e612
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>com.carl.auth</groupId>
<artifactId>sso</artifactId>
<version>1.3.2-SNAPSHOT</version>
<version>1.3.2</version>
<packaging>pom</packaging>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion sso-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.carl.auth</groupId>
<artifactId>sso-spring-dependencies</artifactId>
<version>1.3.2-SNAPSHOT</version>
<version>1.3.2</version>
<relativePath>../sso-spring-dependencies</relativePath>
</parent>

Expand Down
3 changes: 2 additions & 1 deletion sso-config/src/main/resources/config/sso-dev.properties
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ cas.authn.shiro.requiredPermissions=staff
#\u5141\u8BB8\u767B\u5F55\u7684\u7528\u6237\uFF0C\u5FC5\u987B\u8981\u6709\u4EE5\u4E0B\u6743\u9650\uFF0C\u5426\u5219\u62D2\u7EDD\uFF0C\u591A\u4E2A\u9017\u53F7\u9694\u5F00
cas.authn.shiro.requiredRoles=admin
#shir\u914D\u7F6E\u6587\u4EF6\u4F4D\u7F6E
cas.authn.shiro.config.location=classpath:shiro.ini
#\u7531\u4E8E\u76EE\u524Dclasspath:shiro.ini\u4F1A\u53BB\u4E34\u65F6\u76EE\u5F55\u627E\u4E00\u904D\uFF0C\u4F1A\u53D1\u751F\u4E00\u4E9B\u9519\u8BEF\uFF0C\u82E5\u7528shiro\uFF0C\u5EFA\u8BAE\u653E\u5230\u786C\u76D8\u5176\u4ED6\u5730\u65B9\uFF0C\u5199\u5176\u4ED6\u7EDD\u5BF9\u8DEF\u5F84
#cas.authn.shiro.config.location=classpath:shiro.ini
#shiro name \u552F\u4E00
cas.authn.shiro.name=cas-shiro
# \u4E0EQuery Authentication\u4E00\u81F4\u7684\u52A0\u5BC6\u7B56\u7565
Expand Down
2 changes: 1 addition & 1 deletion sso-rest-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.carl.auth</groupId>
<artifactId>sso-spring-dependencies</artifactId>
<version>1.3.2-SNAPSHOT</version>
<version>1.3.2</version>
<relativePath>../sso-spring-dependencies</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion sso-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.carl.auth</groupId>
<artifactId>sso</artifactId>
<version>1.3.2-SNAPSHOT</version>
<version>1.3.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion sso-spring-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<groupId>com.carl.auth</groupId>
<artifactId>sso-spring-dependencies</artifactId>
<version>1.3.2-SNAPSHOT</version>
<version>1.3.2</version>
<packaging>pom</packaging>


Expand Down

0 comments on commit 0e3e612

Please sign in to comment.