How to move username/passwords out of spring-security-context.xml?

前端 未结 6 1424
一个人的身影
一个人的身影 2020-12-16 23:01

I am using Spring Security in one of my project. The web-app requires the user to login. Hence I have added few usernames and passwords in the spring-security-context.xml fi

6条回答
  •  独厮守ぢ
    2020-12-16 23:37

    You can find a way to move them to a database or LDAP. Spring Security surely supports both.

提交回复
热议问题