Example 7. A Sample Properties File and the Transformed Properties dbuser username java.lang.String dbpassword ${dbuser}_password java.lang.String dburl jdbc:oracle:thin:@${this.hostname}:1521:sid java.lang.String Key: this.hostname Value: mpriest2k288l Key: dburl Value: jdbc:oracle:thin:@mpriest2k288l:1521:sid Key: dbuser Value: username Key: dbpassword Value: username_password