Hello!
I need to configure Spring Security to allow the caller to do some logical operations over my classes. For example, I need to allow a user to LIST, VIEW and WRITE the PRODUCTS entity (the...
Type: Posts; User: xocobola; Keyword(s):
Hello!
I need to configure Spring Security to allow the caller to do some logical operations over my classes. For example, I need to allow a user to LIST, VIEW and WRITE the PRODUCTS entity (the...
@marten it works! Thank you
@shipra.ms I don't understand your question but it seems to not be related with this thread. Open a new one
Thanks a lot! I'll try it next Monday
Hi!
My first message in this community :D
I'm having issues when configuring Spring + Hibernate.
I have an interface HibernateDao<T> :