Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: #40

Closed
qiaoanqiao opened this issue Mar 22, 2025 · 2 comments
Closed

[Bug]: #40

qiaoanqiao opened this issue Mar 22, 2025 · 2 comments
Labels
bug Something isn't working

Comments

@qiaoanqiao
Copy link

twelvet Version

3.0.0

Node Version

v16.15.0

JDK Version

JDK17

Does it still exist

It can be reproduced.

Bug Description

浏览器的header被带到请求参数里面,导致多数据源查询失败
/**
* 查询数据源列表
* @param genDatasourceConf 数据源
* @return 数据源
*/
@OverRide
public List selectGenDatasourceConfList(GenDatasourceConf genDatasourceConf) {
genDatasourceConf.setHost(null);
return genDatasourceConfMapper.selectGenDatasourceConfList(genDatasourceConf);
}

Modification suggestions.

No response

@qiaoanqiao qiaoanqiao added the bug Something isn't working label Mar 22, 2025
@twelvet-s
Copy link
Collaborator

@twelvet-s
Copy link
Collaborator

请升级Spring Boot版本到最新的3.4.4即可解决

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants