zzw
2023-12-04 f54545abf716d0af8b5a7f9cd749fa8cd95ea65a
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