pegasas commented on code in PR #15861:
URL: 
https://github.com/apache/dolphinscheduler/pull/15861#discussion_r1567554664


##########
dolphinscheduler-dao/src/main/java/org/apache/dolphinscheduler/dao/DaoConfiguration.java:
##########
@@ -58,10 +70,39 @@ public class DaoConfiguration {
     public DaoPluginConfiguration daoPluginConfiguration;
 
     @Bean
-    public MybatisPlusInterceptor paginationInterceptor(DbType dbType) {
+    public SqlSessionFactory sqlSessionFactory(DbType dbType, DataSource 
dataSource) throws Exception {

Review Comment:
   looks like this will create SqlSessionFactory for use, got it.



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