jinlin
2024-01-10 cdf29a8f6fb9990f82ccc1d3f47bfba48cfaf4fc
zt/core/src/main/resources/template/Controller.java.vm
@@ -39,7 +39,7 @@
 * @since ${version} ${date}
 */
@RestController
@RequestMapping("/${moduleName}/${pathName}")
@RequestMapping("/${moduleName}/${className}/")
@Api(tags="${comments}")
public class ${className}Controller {
    @Autowired