I have a Play Java application and in conf/application.conf file , I don't want to put database.password property in plain text. I tried encrypting password as mentioned in this post. (Encrypting db password in application.conf) but play 2.6 errors out saying cannot find symbol PlayPlugin.
Any recommendation on how to encrypt password in play confs ?