标签: spring spring-boot
我有简单的gradle模块“用户”
@Configuration @ComponentScan @EnableAutoConfiguration public class UserModule { }
使用控制器UserController
我该如何做这样的模块具有自己的上下文路径(application.yaml)
server: servlet: context-path: /api/v1/user