inflearn logo
강의

강의

N
챌린지

챌린지

멘토링

멘토링

N
클립

클립

로드맵

로드맵

지식공유

gk95님의 게시글

gk95 gk95

@gkwlsdnjs955037

수강평 작성수
-
평균평점
-

게시글 7

질문&답변

actuator status: 404

해결했습니다. SwaggerConfig.java 안에 아래 bean 을 설정해 주면 됩니다. 기타 궁금한 사항은 https://github.com/springfox/springfox/issues/3462 여기 들어가면 있습니다. @Bean public WebMvcEndpointHandlerMapping webEndpointServletHandlerMapping(WebEndpointsSupplier webEndpointsSupplier, ServletEndpointsSupplier servletEndpointsSupplier, ControllerEndpointsSupplier controllerEndpointsSupplier, EndpointMediaTypes endpointMediaTypes, CorsEndpointProperties corsProperties, WebEndpointProperties webEndpointProperties, Environment environment) { List > allEndpoints = new ArrayList(); Collection webEndpoints = webEndpointsSupplier.getEndpoints(); allEndpoints.addAll(webEndpoints); allEndpoints.addAll(servletEndpointsSupplier.getEndpoints()); allEndpoints.addAll(controllerEndpointsSupplier.getEndpoints()); String basePath = webEndpointProperties.getBasePath(); EndpointMapping endpointMapping = new EndpointMapping(basePath); boolean shouldRegisterLinksMapping = this.shouldRegisterLinksMapping(webEndpointProperties, environment, basePath); return new WebMvcEndpointHandlerMapping(endpointMapping, webEndpoints, endpointMediaTypes, corsProperties.toCorsConfiguration(), new EndpointLinksResolver(allEndpoints, basePath), shouldRegisterLinksMapping, null); } private boolean shouldRegisterLinksMapping(WebEndpointProperties webEndpointProperties, Environment environment, String basePath) { return webEndpointProperties.getDiscovery().isEnabled() && (StringUtils.hasText(basePath) || ManagementPortType.get(environment).equals(ManagementPortType.DIFFERENT)); }

좋아요수
0
댓글수
2
조회수
2108

질문&답변

aws 명령어 2번째

1. 네 첨부파일을 받아서 압축을 풀고 돌렸습니다. 2. window.putty 에서 어떻게 돌려야 하는지 모르겠습니다.

좋아요수
0
댓글수
4
조회수
471

질문&답변

ec2 실습

해결

좋아요수
0
댓글수
6
조회수
689

질문&답변

ec2 실습

그리고 인스턴스의 인바운드 아웃바운드 규칙입니다. 아파치 ON 하고 index.html 은 만들지 않고 한번 인스턴스에서 public 주소를 통해 시도를 했지만 TIMED_OUT 이 발생했습니다.

좋아요수
0
댓글수
6
조회수
689

질문&답변

ec2 실습

이 부분이 제가 말한 update 를 하는데 1줄만 나오는 것입니다. 이 외에는 강사님이 하신 내용을 다 따라하고 똑같은 결과가 나옵니다. 지금 저는 wifi 환경에서 사용하고 있습니다. 이 문제가 해결안되면 RDS 부분도 해결이 안될거 같습니다.

좋아요수
0
댓글수
6
조회수
689

질문&답변

ec2 실습

딱 한가지 다른접이 있어요 putty 에서 yum update -y 를 하면 딱 1줄만 생성되고 끝납니다.

좋아요수
0
댓글수
6
조회수
689