Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The property files will either come from the file-system or use GIT.


Code Block
titlebootstrap.properties
encrypt:
  failOnError: false
  key: "IGotTheKey"
  key-store:
    secret: "IGotTheSecret"
spring:
  cloud:
    config:
      server:
        bootstrap: true (*)

...

UI Text Box
typenote

Currently static resources are not managed by the spring cloud config server (for example frontend sources and exports). This may change in a future release.

Further reading

Reading properties from file system [editor]

Reading properties from GIT [editor]