package com.lqkj.ioc.controller; import io.swagger.annotations.Api; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; @Api(tags = {"交通系统"}) @RestController @RequestMapping("/ioc/trafficSystem") public class TrafficSystemController { }