Git Product home page Git Product logo

Comments (5)

TommyLemon avatar TommyLemon commented on April 28, 2024

@CheneyWong
1.角色权限是通过 @ MethodAccess 注解model(JavaBean)实现的
3步创建APIJSON服务端新表及配置(第2步)
https://my.oschina.net/tommylemon/blog/889074
也可以看看这个
#3

2.多查询是指查询数组/列表这种吗?
字段可以用

"@column":"id,name"

这种方式限制。
APIJSON Server Demo做了缓存,重复的对象不会再次查询数据库,而是直接从缓存中取。

from apijson.

TommyLemon avatar TommyLemon commented on April 28, 2024

文档确实还有部分不完善,我会抽时间做的

from apijson.

baikeqin avatar baikeqin commented on April 28, 2024

maven下载不了对应的jar,能否上传到**仓库中?

from apijson.

TommyLemon avatar TommyLemon commented on April 28, 2024

@baikeqin 看这个
#19

from apijson.

TommyLemon avatar TommyLemon commented on April 28, 2024

@CheneyWong
已支持自动化的 join。
例如
Moment INNER JOIN User LEFT JOIN Comment:

"[]":{
   "join": "&/User/id@,</Comment/momentId@",
   "Moment":{},
   "User":{
     "name~":"t",
     "id@": "/Moment/userId"
   },
   "Comment":{
     "momentId@": "/Moment/id"
   }
}

详情见 通用文档/3.2 功能符/数组关键词 中的 join,感谢支持^_^
https://github.com/TommyLemon/APIJSON/blob/master/Document.md#3.2

from apijson.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.