image for error after adding "be.objectify" %% "deadbolt-java" % "2.4.3" in built.sbt file in over play project and than in application.conf file adding :
play {
modules {
enabled += be.objectify.deadbolt.java.DeadboltModule
}
}
and than when i am implementing HandlerCache it says can not resolve HandlerCache. and giving the following error shows in image while running the project.
You need to expose your handlers to Deadbolt.Create a module that binds your handler cache and add it in application.conf
Sample new module:
application.conf: