# 타입이 고르는 자동설정 # Question: 두 자동설정 중 무엇이 켜지는가? direction: right n0: "웹 애플리케이션 타입" { shape: rectangle } n1: "MVC 자동설정" { shape: rectangle } n2: "WebFlux 자동설정" { shape: rectangle } n0 -> n1: "SERVLET" n0 -> n2: "REACTIVE"