https://cloud.spring.io 19. Router and Filter: Zuul 사용목적 라우팅은 마이크로서비스 아키넥쳐의 필수요소이다. Zuul은 JVM기반의 라우터로 Nextflix에서 사용하는 서버사이드 로드 밸러서이다. Authentication Insights Stress Testing Canary Testing Dynamic Routing Service Migration Load Shedding Security Static Response handling Active/Active traffic management zuul 동작의 이해 Zuul Request Lifecycle 필터유형 Filter Types There are several standard Filter types th..
spring boot에 zuul 설정하기 pom.xml zuul module 설정 application 에 zuul proxy 설정 zuul routes 설정 pom.xml zuul module 설정 org.springframework.cloud spring-cloud-starter-zuul 1.4.6.RELEASE zuul routes 설정 @EnableZuulProxy @SpringBootApplication public class MyApplication zuul routes 설정 zuul: routes: tistory: sensitiveHeaders: path: /tisotry/** url: http://come2misun.tistory.com/
■ CAPTCHA 란? (in http://www.captcha.net/) CAPTCHA 는 웹 사이트를 bots로부터 보호하기 위해서 프로그램이 아닌 사람이 통과할 수 있는 테스트를 만드는 프로그램이다. 예를 들어 사람은 찌르러져있는 글자를 앍을 수 있지만 현재 컴퓨터 프로그램은 불가능 하다. CAPTCHA (for Completely Automated Public Turing Test To Tell Computers and Humans Apart) 라는 용어는 2000년 카네기 멜런 대학은 Luis von Ahn, Manuel Blum, Nicholas Hopper, John Langford 의해 만들어 졌다. ■ Stands for J ava C ompletely A utomated P ublic ..