> application.yml ```yaml spring: webflux: base-path: /api ``` <br> +) MVC에서는? ```yaml server: servlet: context-path: /api ```