有猫饼
有猫饼
> >  > > When retrieving a proxyable resource, a warning pops up > > I can't read Chinese, what does it say? Did you have a clean installation?...
> > When two agents are added, the default agent selects the first one, and when editing the information of the first agent, the > > default agent switches back...
> tab 和 空格每个人都有自己的喜好,这个重口难调,目前 ballcat 遵循 spring 规范,使用 tab 作为缩进,暂不考虑改动。 格式化快捷键的问题,你可以下载安装 spring-javaformat 提供的 [idea 插件](https://repo1.maven.org/maven2/io/spring/javaformat/spring-javaformat-intellij-idea-plugin/),将 idea 的格式化快捷键改为使用该插件处理即可避免此问题。 2.x 版本后对将取消 ballcat 父工程中的插件传递,是否使用该格式化插件交给业务开发者选择。 (目前可以取消使用 ballcat 作为父工程,使用 import ballcat-dependencies 的方式来管理依赖)
2.x 版本 pom 计划改动: - 参考 springboot 1.x 版本,父项目拆分为 ballcat-build 和 ballcat-parent,build 复制管理项目内部打包编译要的插件,parent 负责管理依赖(引入 dependency)和子模块,保证了 ballcat 内部的默认的格式化校验、flatten、profile 等插件的使用,同时不再传递给用户。 - 添加 git 本地钩子管理,ballcat 的开发者必须在提交时进行格式化 - 添加 deploy-snapshot 和 deploy-release 的 profile,...
same problem
Found the same issue, I thought the value should be `0x85`, the documentation was wrong
补充下,之前我用 m1 芯片版本可以,现在用一台 inter 版本的 mac 出现了同样的问题
建议将当前的 mybatis 拦截器向上抽象一层,根据不同的依赖进行初始化对应的拦截器(类似于 springboot 根据不同的嵌入式容器依赖执行不同的初始化) 我将为此新建一个 issues,如果愿意的话,可以尝试修改 PR
See #247
多租户开发搁置了,2.x 和 3.x 版本发布后会重新开始的