TypedAggregation参数1: 需要操作的类TypedAggregation参数2: 查询条件CriteriaTypedAggregation参数3: 采样数 //构造统计函数
TypedAggregation&l...
阅读全文...
探花交友: mp开启分页查询与自动填充
分页插件[note type="info modern"]这样编写db的启动类即可[/note]@SpringBootApplication
@MapperScan("com.tanhua.dubbo.mappers")
public...
阅读全文...
阅读全文...
探花交友:统一异常处理
ErrorResult[note type="info modern"]作为 [label color="default"]responseEntity[/label] 的body部分 有errorCode也有errMsg, 总的来说很方便[/note]...
阅读全文...
阅读全文...
探花交友:获取token
[note type="info modern"]我们希望在 [label color="default"]controller[/label] 中不需要每次都自己解析token, 再从里面获取id, mobile因此可以在 [label color="...
阅读全文...
阅读全文...