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

python - Healpy: From Data to Healpix map -

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -