robben009 opened a new issue, #33626:
URL: https://github.com/apache/shardingsphere/issues/33626
l hava a application.yml config file. file have a config content is
```
dbPwd: 1234556
spring:
datasource:
driver-class-name: org.apache.shardingsphere.driver.ShardingSphereDriver
url:
jdbc:shardingsphere:classpath:sharding-dev.yml?placeholder-type=system_props
```
and l hava a sharding-dev.yml file,config content is
```
dataSources:
ds_0:
dataSourceClassName: com.zaxxer.hikari.HikariDataSource
driverClassName: com.mysql.cj.jdbc.Driver
jdbcUrl: ***
username: ***
password: $${dbPwd::}
```
why $${dbPwd::} is not effect?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail:
[email protected]
For queries about this service, please contact Infrastructure at:
[email protected]