由于一些技术原因,留言内容不能实时显示,请不必重复提交。
-
Cannot invoke "org.anyline.service.AnylineService.metadata()" because "org.anyline.proxy.ServiceProxy.service" is null
回复:一般是因为8.7.2之后的版本中没有缺少spring环境支持,请参考【8.7.2及之后版本开始区分运行环境(Java/Spring/Solon/Vertx)】 -
jdk1.8用哪个版本
回复:默认就是1.8版本,其他版本会带后缀如anyline-core-jdk11 , anyline-core-jdk21 -
能否maven仓库中提供一次性应用所有数据库的adapter,一个一个在pom中应用太麻烦了,用于数据中台的话
回复:本来是想实现动态加载,但是精力和能力有限搁置了。
全部都加载有点多adapter有上百个,还在几百个在实现的路上。
-
mysql 创建表时 当含有 enum 类型的字段 时 报错
回复:这可能是个BUG,能不能进群提供一下测试代码 -
请问能集成JPA多数据源吗?
回复:可以复用用JPA数据源,启动过程会在上下文环境中检索数据源,如果已经注册了会复用。与其他数据源可以相互不干涉 -
有没有交流的群啊
-
建议将MySQL Connector Java依赖替换为mysql-connector-j 有太多第三方冲突了
回复:anyline pom中是以provided形式依赖的,本来在项目pom中也需要添加驱动的依赖,换成自己需要的就可以。 -
【严重问题】在使用anyline-environment-spring-boot、anyline-environment-spring-data-jdbc、anyline-data-jdbc-mysql 这些依赖最新版8.7.2,开发flowable。flowable(org.flowable:flowable-spring-boot-starter:7.0.1)会报错,去掉anyline的所有依赖,flowable就正常了
-
After reading third-party data, check whether it exists in the current system based on the third-party primary key. If it exists, update. If not, insert Then use the primary key value of the current DataRow (such as an order) to query other tables (such as order entries, logistics records). If only update is executed, there will be no primary key value in the current DataRow
回复:大概的意思我是看明白了,现在DataRow和DataSet的override方法上加一个参数
DataSet/DataRow.override(Boolean override, Boolean sync)
如果sync=true 并且 数据存在的情况下,把数据库中的数据同步到当前DataRow中,只同步当前DataRow中没有的数据 -
How to get a field(s) list from DataSet
回复:从DataSet中可以返回一列的数组,如[{id:1, code:"A1"},{id:2, code:"A2"},{id:3, code:"A3"},{id:4, code:"A3"}]getStrings("code")返回["A1","A2","A3","A3"]
getStrings("{id}-{code}")返回["1-A1","2-A2","3-A3","4-A3"]
getDistinctStrings("code")可以返回不重复的数据["A1","A2","A3"]
返回多列一般用extract(String .. keys)返回的还是一个DataSet -
回复不及时请联系以下群
QQ群(86020680) 微信群 过期或满员联系管理员