1. XenForo 1.5.14 中文版——支持中文搜索!现已发布!查看详情
  2. Xenforo 爱好者讨论群:215909318 XenForo专区

新闻 Spring Security 4.0.0.RC1 发布 下载

本帖由 漂亮的石头2014-12-12 发布。版面名称:软件资讯

  1. 漂亮的石头

    漂亮的石头 版主 管理成员

    注册:
    2012-02-10
    帖子:
    486,020
    赞:
    46
    Spring Security 4.0.0.RC1 发布,此版本解决了 40 个 tickets。值得关注的改进如下:


    • Updated Defaults


    • Polish WebSocket Security


    • Minimum Dependency Versions


    • Removed Deprecations


    • Documentation Formats


    • Simplified Configuration

    @EnableWebSecuritypublic class SecurityConfig { @Autowired
    public void configureGlobal(AuthenticationManagerBuilder auth) throws Exception {
    auth
    .inMemoryAuthentication()
    .withUser("user").password("password").roles("USER");
    }
    }

    GA 版本将会在 2015 年 1 月份发布!

    相关链接:

    Spring Security | JIRA | Reference
    Spring Security 4.0.0.RC1 发布下载地址
     
正在加载...