grails-user-tag:这个Grails插件可让单个用户标记域实例

时间:2021-05-01 23:10:55
【文件属性】:
文件名称:grails-user-tag:这个Grails插件可让单个用户标记域实例
文件大小:32KB
文件格式:ZIP
更新时间:2021-05-01 23:10:55
Groovy Grails个人用户标签插件 该插件允许个人用户标记域实例。 它受可标记插件的启发,并增加了对单个(用户)标记和多租户的支持。 这意味着多个用户可以使用相同或不同的标签来标记同一域实例。 UserTagService // Joe is an application user and Person with id 42 is a friend to both Joe and Mary. def person = Person.get(42) userTagService.tag(person, "friend", "joe") userTagService.tag(person, "tennis", "joe") userTagService.tag(person, "friend", "mary") userTagService.tag(person, "golf", "mary")
【文件预览】:
grails-user-tag-master
----.gitignore(134B)
----README.md(3KB)
----test()
--------integration()
----grails-app()
--------services()
--------views()
--------conf()
--------domain()
--------taglib()
----scripts()
--------_Uninstall.groovy(210B)
--------_Upgrade.groovy(420B)
--------_Install.groovy(404B)
----UserTagGrailsPlugin.groovy(3KB)
----LICENSE.txt(11KB)
----web-app()
--------WEB-INF()
----application.properties(96B)

网友评论