Info | ||
---|---|---|
| ||
|
Zuul
1. [zuul] Zuul 과 Eureka 디펜던시 추가 (build.gradle)
...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
@EnableZuulProxy @EnableDiscoveryClient @SpringBootApplication public class ZuulApplication { public static void main(String[] args) { SpringApplication.run(ZuulApplication.class, args); } } |
4. 실행결과
Info |
---|