You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2022/05/03 09:20:11 UTC

[GitHub] [shardingsphere] deploymentadmin opened a new issue, #17296: spring-data-jdbc error is supported for version 5.1.1

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

    a bean of type 'org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations' that could not be found.
   but 4.0.0 version  is ok
   


-- 
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: notifications-unsubscribe@shardingsphere.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] linghengqian commented on issue #17296: spring-data-jdbc error is supported for version 5.1.1

Posted by GitBox <gi...@apache.org>.
linghengqian commented on issue #17296:
URL: https://github.com/apache/shardingsphere/issues/17296#issuecomment-1116046286

   Try updating your `org.springframework.boot:spring-boot-starter-parent` version to 2.6.7. This class belongs to the Spring Framework and still exists in the Master branch. See https://github.com/spring-projects/ spring-framework/blob/4fc359f75ec58ed9477ace0cbc6129ce752f1c63/spring-jdbc/src/main/java/org/springframework/jdbc/core/namedparam/NamedParameterJdbcOperations.java .


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] deploymentadmin commented on issue #17296: spring-data-jdbc error is supported for version 5.1.1

Posted by GitBox <gi...@apache.org>.
deploymentadmin commented on issue #17296:
URL: https://github.com/apache/shardingsphere/issues/17296#issuecomment-1118073979

   ![image](https://user-images.githubusercontent.com/97282143/166850411-b1089acd-5470-46f9-a452-8f955834693d.png)
   that is Spring cannot initialize the data source, spring.datasource config is ok.   Is there an example for spring-data-JDBC?


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] deploymentadmin closed issue #17296: spring-data-jdbc error is supported for version 5.1.1

Posted by GitBox <gi...@apache.org>.
deploymentadmin closed issue #17296: spring-data-jdbc error is supported for version 5.1.1
URL: https://github.com/apache/shardingsphere/issues/17296


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] linghengqian commented on issue #17296: spring-data-jdbc error is supported for version 5.1.1

Posted by GitBox <gi...@apache.org>.
linghengqian commented on issue #17296:
URL: https://github.com/apache/shardingsphere/issues/17296#issuecomment-1118093283

   @deploymentadmin Normally not, because as far as I know Spring Data JDBC is usually used to integrate into the Mapper layer of Mybatis, I don't see any problems in this area. I think you can provide a minimal example of a recurring problem. (Looks like you did some extra configuration on Spring.)


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org