trifolium

Results 33 comments of trifolium

> No description provided. 喜欢自己的图表的话,你可以自己fork

你跟我一样,就喜欢JPA的原生注解,最多也是补充一点,昨天我提交Mybatis-flux直接骂了一通,全是轮子,不支持JPA注解。

给你自定义的SqlSessionFactoryBean中.setMapperLocations(),添加你的mapper扫描路径即可。 或者: ``` @Bean @Primary public SqlSessionFactory sqlSessionFactory(DataSource dataSource, MybatisProperties properties, ResourceLoader resourceLoader) throws Exception { SqlSessionFactoryBean factory = new SqlSessionFactoryBean(); factory.setDataSource(dataSource); factory.setVfs(SpringBootVFS.class); if (StringUtils.hasText(properties.getConfigLocation())) { factory.setConfigLocation(resourceLoader.getResource(properties.getConfigLocation())); } org.apache.ibatis.session.Configuration configuration...

Thank you, found the version that was forked, which supports catalina

@gorasu It's been too long. I can't find it。

大哥我问一下自己编译的使用docker部署,设置里面没有tg Bot设置,请问怎么安装才能有tg机器人啊。必须用脚本安装么。

> I just downloaded Today Scripts for the first time. > > I have the "Welcome" notification which I can't edit, and when I try to hit the +Add button...

不知道何时能支持springboot3,现在想用新版的只能fork一个版本自己打包了,很不方便,希望尽快出个支持的版本,大家好适配。

@WangJincheng4869 感谢,但似乎不能解决所有问题

大哥,有没有更好的分页插件推荐啊,这个不怎么更新,而且依赖太重了,想换一个。