libra146 commented on issue #34068: URL: https://github.com/apache/shardingsphere/issues/34068#issuecomment-2544464688
> * What is the content of https://github.com/libra146/demo/blob/main/src/main/resources/encrypt/encrypt-uat.yml actually? This doesn't seem to be something that belongs to the shardingsphere itself. If you are using docker compose or testcontainers-java to create a real data source, you should provide some information in the README. This file is the configuration file of ShardingSphere. It is empty now because it does not affect the recurrence of the problem. Normally, I would use similar code to read this file and load the real data source. Since this is a demo, I have ignored the contents of this file in order to allow everyone to run normally. `DataSource dataSource = YamlShardingSphereDataSourceFactory.createDataSource(yamlFile);` -- 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]
