Waylon-Firework opened a new issue, #27368:
URL: https://github.com/apache/shardingsphere/issues/27368
## Question
if I set some properties, the app cannot restart. Such as:
database_url: localhost:3306
and using it like this: ${database_url} .
I can't declare custom attributes
```
database_url: localhost:3306
dataSources:
demo:
dataSourceClassName: com.alibaba.druid.pool.DruidDataSource
url: jdbc:mysql://${database_url}/demo
```
--
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]