乐风
乐风
感觉是事物管理出问题了,我这边因为还使用了hibernate,会导致下面的配置报错。 ``` @Bean @ConditionalOnMissingBean public GaarasonTransactionManager gaarasonTransactionManager() { logger.info("-------------------- gaarasonTransactionManager init ------------------"); return new GaarasonTransactionManager(gaarasonDataSource()); } ``` 报错截图  GaarasonDatabaseConfiguration自定义的代码,因为database-spring-boot-starter里没有配置@Primary优先级,也会导致出问题 ``` @Slf4j @Configuration @AutoConfigureBefore(DruidDataSourceAutoConfigure.class) @EnableConfigurationProperties({GaarasonDatabaseProperties.class}) @Import({GeneralModel.class}) public class GaarasonDatabaseConfiguration {...


演示在使用了react-navigation后,在android重复打开几次后会很卡
可以提供以下信息 我感觉这个框架不应该叫这个名字,应该叫MyBatis什么的,比如隔壁的MyBatis-flex现在就感觉人气不错
 同向的多条线和弧线,还有label的背景色,有会的请联系我vx 15182223008
建议把类似相关的函数改成泛型,因为有时候继承了QueryWrapper子类的方法就无法使用了 public QueryWrapper where(Consumer consumer) { return and(consumer); }