Skip to content
Advertisement

Tag: jhipster

Jhipster4: what are the benefits of using DTO

Jhipster4 adds Data Transfer Objects (DTO) just what is the benefit of using DTO objects? Answer Main benefit is to control more precisely which properties you expose from your entities and also to expose entity aggregates rather than single entities.

Spring boot Active Directory/LDAP connection

I already connect with AD from spring boot for login purposes but i can not mak searches. My configuration is So, when i call the function getUserDetails() from controller it returns “Templates is null” Answer I solved the problem thanks all for your help and into the controller i put as you can see the solution is working perfectly but

Advertisement