Releases: ZongXR/Flask-SSM
Releases · ZongXR/Flask-SSM
version 3.8.0.1 update
version 3.8.0.0 update
集成Flask-Pydantic,现在可以使用type hints对API及SQL的参数类型进行校验
version 3.7.3.4 update
fix some bugs
version 3.7.3.2 update
compatible with Python 3.10; fix some bugs
version 3.7.2.6 update
change github username
version 3.7.2.4 update
fix some bugs
version 3.7.2.3 update
兼容MyBatis的#{param}和${param}; fix some bugs
version 3.7.2.0 update
定时任务默认使用文件名作为ID
; FUNC
为空时禁用定时任务; 优化执行逻辑,提升运行效率
version 3.7.1.0 update
新增@PutMapping
, @PatchMapping
, @DeleteMapping
装饰器
version 3.7.0.0 update
新增RestController
类