Password in application.properties?
Microservice architecture necessarily means that your service will communicate with other services. In most cases, this will also require some kind of authentication. In spite of all the advances in encryption and authentication algorithms, and obvio...
blog.thewiz.net3 min read
Mahesh
Aspiring Dev
Maybe this is a first step rather than using plain text password. Using a separate vault like subsystem would be more appropriate.