wy1433 opened a new issue, #32050:
URL: https://github.com/apache/shardingsphere/issues/32050

   ## Bug Report
   
   ### Which version of ShardingSphere did you use?
   master
   
   ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?
   shardingsphere-jdbc-sample in the 
examples/shardingsphere-jdbc-example-generator generation module
   
   ### Expected behavior
   run successfully
   
   ### Actual behavior
   `
   
.\shardingsphere\examples\shardingsphere-jdbc-example-generator\target\generated-sources\shardingsphere-jdbc-sample\sharding--jdbc--standalone--local\src\main\java\org\apache\shardingsphere\example\sharding\jdbc\config\Configuration.java:23:56
   java: package org.apache.shardingsphere.infra.config.algorithm does not exist
   `
   ### Reason analyze (If you can)
   in 
/examples/shardingsphere-jdbc-example-generator/src/main/resources/template/java/config/Configuration.ftl
   `import 
org.apache.shardingsphere.infra.config.algorithm.AlgorithmConfiguration;`
   has refactor to 
   `import 
org.apache.shardingsphere.infra.algorithm.core.config.AlgorithmConfiguration;`
   
   ### Steps to reproduce the behavior, such as: SQL to execute, sharding rule 
configuration, when exception occur etc.
   
   ### Example codes for reproduce this issue (such as a github link).
   


-- 
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]

Reply via email to