Do you know a user management project in Java?

I am looking for an easy and easy to install user management system created in JAVA. It should use a free database system (e.g. MySQL) and handle basic security after logging (access or error message). I am not looking for anything interesting / flexible like SpringSecurity.

Thank!

+3
source share
1 answer

I think OpenLdap would meet your requirements, although it was not written in java, but which db is another derby written in java?

Here is a tutorial on accessing it using JNDI.

+2
source

Source: https://habr.com/ru/post/1731284/


All Articles