SWAGGER

    [TIL - 20240612] Swagger Failed to load remote configuration 해결

    💻문제점1 - Failed to load remote configuration application.yamlspringdoc: default-consumes-media-type: application/json default-produces-media-type: application/json swagger-ui: disable-swagger-default-url: true path: /api/v1/docs/swagger paths-to-match: - /** SecurityConfig @Bean public SecurityFilterChain securityFilterChain(HttpSecurity http) throws Exception { return ..