shining-stars-lk opened a new issue, #32419: URL: https://github.com/apache/shardingsphere/issues/32419
## Question An error occurred after the shardingsphere-jdbc-core integration druid was started The error is **nested exception is java.lang.IllegalArgumentException: Property 'sqlSessionFactory' or 'sqlSessionTemplate' are required** I processed it according to the instructions in the document without referring to starer Document address: [https://www.bookstack.cn/read/shardingsphere-5.1.0-zh/4bbabb9801ce9847.md](https://www.bookstack.cn/read/shardingsphere-5.1.0-zh/4bbabb9801ce9847.md) It still didn't work out. ## version ### springboot version spring-boot-2.3.12.RELEASE #### other versions ```xml <dependency> <groupId>com.alibaba</groupId> <artifactId>druid</artifactId> <version>1.1.10</version> </dependency> <dependency> <groupId>org.apache.shardingsphere</groupId> <artifactId>shardingsphere-jdbc-core</artifactId> <version>5.3.2</version> <exclusions> <exclusion> <artifactId>logback-classic</artifactId> <groupId>ch.qos.logback</groupId> </exclusion> <exclusion> <artifactId>HikariCP</artifactId> <groupId>com.zaxxer</groupId> </exclusion> </exclusions> </dependency> ``` -- 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]
