java.lang.Object
io.awspring.cloud.samples.secretsmanager.App

@SpringBootApplication public class App extends Object
Secrets from the Secret Manager are added to the Environment and can be retrieved using: - Value annotation - PropertyResolver.getProperty(String) - or bound to ConfigurationProperties annotated classes.
Author:
Maciej Walkowiak
  • Constructor Details

    • App

      public App()
  • Method Details

    • main

      public static void main(String[] args)