Grails-spring-security-rest-plugin-configuration

时间:2024-07-24 03:45:18
【文件属性】:

文件名称:Grails-spring-security-rest-plugin-configuration

文件大小:523KB

文件格式:ZIP

更新时间:2024-07-24 03:45:18

Groovy

配置 spring 安全插件 步骤 1. 首先,您需要按照在您的应用程序中配置 spring 安全性。 步骤 2. 现在修改你的 BuildConfig.groovy 并在插件中添加以下行以安装 spring 安全休息插件 compile ":spring-security-rest:1.4.1.RC2", { excludes: 'spring-security-core' } 上面的行将在您的应用程序中安装 spring security rest 插件。 步骤 3. 在您的 grails 应用程序中创建一个新域 AuthToken,它将在用户登录 AuthToken.groovy 时存储身份验证令牌 class AuthToken { String username // this field will store username of the authentica


【文件预览】:
Grails-spring-security-rest-plugin-configuration-master
----.project(830B)
----web-app()
--------WEB-INF()
----src()
--------groovy()
----application.properties(133B)
----wrapper()
--------grails-wrapper.properties(82B)
--------grails-wrapper-runtime-2.4.4.jar(6KB)
--------springloaded-1.2.1.RELEASE.jar(409KB)
----test.json(1KB)
----grailsw(9KB)
----test()
--------unit()
----README.md(5KB)
----grails-app()
--------conf()
--------services()
--------i18n()
--------views()
--------domain()
--------controllers()
--------assets()
----.classpath(13KB)
----grailsw.bat(6KB)

网友评论