Skip to content

Ability to reuse variables in other declarations #17

Description

@lmajano

By nature the normal java properties files API does NOT allow you to reuse variables in other declarations. Example:

DB_HOST=localhost
DB_CONNECTIONSTRING=jdbc:mysql://${DB_HOST}:3306/fluentapi?useSSL=false&useUnicode=true&characterEncoding=UTF-8&serverTimezone=UTC&useLegacyDatetimeCode=true

This is extremely useful to create compose variables especially for reuse. However, you will need a new jar file to process these replacements. This can be used using apache commons or just a post-processor in cfml which can go over each key value and process them for replacements.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions