しおしお

IntelliJ IDEAのことなんかを書いてます

2018-04-18から1日間の記事一覧

Spring Cloud AWSを使ってS3にファイルを保存してみた

Spring Cloud for Amazon Web Servicesを使ってS3にファイルを保存してみたお話です。 依存ライブラリ compile('org.springframework.boot:spring-boot-starter-web') compile('org.springframework.cloud:spring-cloud-starter-aws') バージョンはこんな感…