BackEnd/실습
-
-
-
blog > 도커 push 에러 > An image does not exist locally with the tag보호글 2022. 8. 8. 13:02
보호되어 있는 글입니다.
-
-
blog > Error creating bean with name 'amazonS3': there is no metaBackEnd/실습 2022. 8. 3. 15:22
아래 라이브러리 추가 후 제목과 같은 에러 나, 관련 meta 는 prod properties 에만 추가했는데, // AWS S3 implementation 'org.springframework.cloud:spring-cloud-starter-aws:2.0.1.RELEASE' 전체에도 지역 설정만 추가하니 해결됨 cloud.aws.region.static=ap-northeast-2 혹은 아래와 같은 설정도 되나봄 @SpringBootApplication(exclude = ContextRegionProviderAutoConfiguration.class) https://github.com/spring-attic/spring-cloud-aws/issues/272 Spring Boot Startup Error ..
-
-
-
반응형