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

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -

YouTubePlayerFragment cannot be cast to android.support.v4.app.Fragment -