Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试添加 spring security ui 文档中显示的 spring 安全管理控制台。但是,它没有告诉您如何访问它。
有任何想法吗?
一个好的入口点是用户控制器 ( grails.plugins.springsecurity.ui.UserController)。如果您使用默认 URL 映射,您将能够http://localhost:8080/<appname>/user在开发模式下访问它。
grails.plugins.springsecurity.ui.UserController
http://localhost:8080/<appname>/user