Spring Boot safety of application.properties -


is safe put in file application.properties security data, example connection db. example:

db.driver: org.postgresql.driver db.url: jdbc:postgresql://localhost:5432/test db.username: postgres db.password: root 

with safe mean data inside file not visible web.


Comments

Popular posts from this blog

Upgrade php version of xampp not success -

amazon web services - S3 and apache mod_proxy with basic authentication -

powershell - This solution contains one or more assemblies targeted for the global assembly cache -