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.
我正在寻找一个轻量级且易于安装的 JAVA 用户管理系统。它应该使用免费的数据库系统(例如 MySQL)并在登录后处理基本的安全性(访问或不显示错误消息)。我不是在寻找像 SpringSecurity 这样的花哨/灵活的东西。
谢谢!
我认为OpenLdap会满足您的要求,虽然不是用 java 编写的,但是除了 derby 以外的哪个 db 是用 java 编写的?
这是一个如何使用 JNDI 访问它的教程。