We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
3.0.0
v16.15.0
JDK17
It can be reproduced.
浏览器的header被带到请求参数里面,导致多数据源查询失败 /** * 查询数据源列表 * @param genDatasourceConf 数据源 * @return 数据源 */ @OverRide public List selectGenDatasourceConfList(GenDatasourceConf genDatasourceConf) { genDatasourceConf.setHost(null); return genDatasourceConfMapper.selectGenDatasourceConfList(genDatasourceConf); }
No response
The text was updated successfully, but these errors were encountered:
springboot升级导致的问题
Sorry, something went wrong.
请升级Spring Boot版本到最新的3.4.4即可解决
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: