package com.mini.capi.api.biz; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; @RestController @RequestMapping("/bizApi") public class bizController { }