Skip to content

Instantly share code, notes, and snippets.

@BatuhanKucukali
Last active April 17, 2018 19:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BatuhanKucukali/6ce6f0dbd2fd6781129bd499d05a36a0 to your computer and use it in GitHub Desktop.
Save BatuhanKucukali/6ce6f0dbd2fd6781129bd499d05a36a0 to your computer and use it in GitHub Desktop.
@Getter
@Setter
@Configuration
@ConfigurationProperties(prefix = "aws")
public class AwsConfig {
private String apiKey;
private String secretKey;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment