Fioooooooo
Fioooooooo
* PR 修复缺陷请先开 `issue` **[报告缺陷](https://github.com/xkcoding/spring-boot-demo/issues/new?template=bug_report.md)** * PR 提交新特性请先开 `issue` **[报告新特性](https://github.com/xkcoding/spring-boot-demo/issues/new?template=feature_request.md)** * PR 请提交到 `dev` 开发分支上 * 我们对编码风格有着较为严格的要求,请在阅读代码后模仿类似风格提交 * 欢迎通过 PR 给我们补充案例 feature see issue [91](https://github.com/xkcoding/spring-boot-demo/issues/91), [116](https://github.com/xkcoding/spring-boot-demo/issues/116)
### 你在什么场景下需要该功能? 一个接口同时服务移动端和浏览器端时可能会用到自适应功能,移动端返回json,浏览器返回视图。 ### 描述可能的解决方案 根据UA区分客户端,返回不同内容 ### 描述你认为的候选方案 ### 其他信息 现在使用hutool的UserAgentUtil工具类,但是对于Postman发起的请求无法判断UA类型,所以需要修改Postman的UA
**Describe the bug** There is a sql which i can run with mysql success, but if with jsqlparser, got an exception **To Reproduce** Steps to reproduce the behavior: 1. Example...
## My Environment javaparser 3.25.8 mybatis-plus 3.5.5 ## Explain This issue is with a third-party library, i try to reproduce the exception without the library, but i failed...... ## Current...
## My Environment javaparser 3.25.8 ## Current Behavior When try to resolve a `MethodCallExpr` got an exception. Here is my test code for reproduce. ```java @Test public void testStaticMethod() {...
作者您好,我记得之前版本有这个配置文件 `allowed_class_prefix.properties`,或者构建 `ConfigWrapper` 时可以设置 `OtherConfigFileUseSetEnum.OCFUSE_ALLOWED_CLASS_PREFIX` 来指定需要解析的 package 或 class,最近版本好像找不到了。 现在有其他 api 可以代替这个功能吗?