修改权限配置

This commit is contained in:
wuy 2019-06-27 16:16:33 +08:00
parent c7ffaedb47
commit e500c69fd2
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ import org.springframework.boot.context.properties.ConfigurationProperties;
* @version : v2.0
* @Date 2019-06-27 10:16
*/
@ConfigurationProperties(prefix = "diboot.shiro.authorization")
@ConfigurationProperties(prefix = "diboot.shiro.auth")
@Data
public class AuthorizationProperties {