manager/general/src/main/java/org/apache/doris/stack/util/CommonPropertyUtil.java [194:205]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            properties.put("spring.datasource.url", url.toString());

            if (StringUtils.isEmpty(DB_USER)) {
                properties.put("spring.datasource.username", "root");
            } else {
                properties.put("spring.datasource.username", DB_USER);
            }

            if (StringUtils.isEmpty(DB_PASS)) {
                properties.put("spring.datasource.password", "testPass");
            } else {
                properties.put("spring.datasource.password", DB_PASS);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



manager/general/src/main/java/org/apache/doris/stack/util/CommonPropertyUtil.java [257:268]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            properties.put("spring.datasource.url", url.toString());

            if (StringUtils.isEmpty(DB_USER)) {
                properties.put("spring.datasource.username", "root");
            } else {
                properties.put("spring.datasource.username", DB_USER);
            }

            if (StringUtils.isEmpty(DB_PASS)) {
                properties.put("spring.datasource.password", "testPass");
            } else {
                properties.put("spring.datasource.password", DB_PASS);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



