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 Boot 和 Lightadmin 构建一个后台应用程序。我想限制某些表格的创建/编辑/删除(可能是通过隐藏相应的按钮)。是否有 Java 配置来实现这一点?
对于要在仪表板中管理的任何表,您需要显式定义扩展 AdministrationConfiguration 的(配置)类。
在此处查看示例
如果您不为您的表扩展类,它将不会显示在仪表板中。