forked from github/dataease
fix(仪表板): 修复默认数据源不兼容外部指定数据源问题
This commit is contained in:
parent
c68228f2d2
commit
23a0b49917
@ -158,6 +158,7 @@ public class EngineManage {
|
|||||||
public void initLocalDataSource(){
|
public void initLocalDataSource(){
|
||||||
QueryWrapper<CoreDatasource> queryWrapper = new QueryWrapper<>();
|
QueryWrapper<CoreDatasource> queryWrapper = new QueryWrapper<>();
|
||||||
queryWrapper.eq("id",985188400292302848L);
|
queryWrapper.eq("id",985188400292302848L);
|
||||||
|
queryWrapper.ne("create_time",1715053684176L);
|
||||||
if(!datasourceMapper.exists(queryWrapper) && !ModelUtils.isDesktop()){
|
if(!datasourceMapper.exists(queryWrapper) && !ModelUtils.isDesktop()){
|
||||||
Pattern WITH_SQL_FRAGMENT = Pattern.compile("jdbc:mysql://(.*):(\\d+)/(.*)\\?(.*)");
|
Pattern WITH_SQL_FRAGMENT = Pattern.compile("jdbc:mysql://(.*):(\\d+)/(.*)\\?(.*)");
|
||||||
Matcher matcher = WITH_SQL_FRAGMENT.matcher(env.getProperty("spring.datasource.url"));
|
Matcher matcher = WITH_SQL_FRAGMENT.matcher(env.getProperty("spring.datasource.url"));
|
||||||
|
Loading…
Reference in New Issue
Block a user