chenkuig commented on issue #2692: do not found 4.0.0-RC1 version in mvnrepository URL: https://github.com/apache/incubator-shardingsphere/issues/2692#issuecomment-510426504 springboot:2.1.0版本 这种配置是错误的:@SpringBootApplication(exclude = JtaAutoConfiguration.class) 改成这样就不在注入JTA事物 @EnableAutoConfiguration(exclude={JtaAutoConfiguration.class})
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
