Yangkai.Shen
Yangkai.Shen
没问题,后续会添加使用 justauth 登录 github,登录信息由 Security 管理
@luoqiz :clap: 感谢!建议配套出个详细点的文章,方便后续需要的朋友,可以查阅,十分感谢
没问题,后续会加上,到时候在issue里@你
> 不应该通过抛出对应的异常而指向不同的客户端。 而是应该针对所有被 ControllerAdvice 捕获的异常都自适应各个客户端。 这个观点好像才是对的,我之前考虑的确实不周了。感谢!
感谢建议!已添加到 TODO 里
已加到TODO列表,近期完成
Do you mean to add the corresponding English README translation under each topic?
I understand what you mean, in fact, I also do this in the Chinese README under each topic. I will translate it if I take the time. If you are...
应用架构选择 `COLA` 下载下来之后,start 模块的 pom 文件存在问题,缺少一级 plugin 节点 ```xml org.springframework.boot spring-boot-maven-plugin repackage repackage com.aliyun.cola.demo.DemoApplication ``` 需要改成 ```xml org.springframework.boot spring-boot-maven-plugin repackage repackage com.aliyun.cola.demo.DemoApplication ```