Aucune description

lrf f7fb55295a init il y a 2 ans
src f7fb55295a init il y a 2 ans
test f7fb55295a init il y a 2 ans
.editorconfig f7fb55295a init il y a 2 ans
.eslintrc.json f7fb55295a init il y a 2 ans
.gitignore f7fb55295a init il y a 2 ans
.prettierrc.js f7fb55295a init il y a 2 ans
README.md f7fb55295a init il y a 2 ans
README.zh-CN.md f7fb55295a init il y a 2 ans
bootstrap.js f7fb55295a init il y a 2 ans
jest.config.js f7fb55295a init il y a 2 ans
package.json f7fb55295a init il y a 2 ans
tsconfig.json f7fb55295a init il y a 2 ans

README.md

midway学习

关于封装

  • controller因为使用装饰器太多,但是目前并不支持装饰器继承.所以controller需要自己写
  • service封装基类:就是curd;如果要改;直接函数重载
  • 目前 接口接收参数 与 接口返回参数 是必须要自己写 class 配 接口文档装饰器的
  • 目前没想到框架要怎么封装,只是单纯的使用基类和工具类而已