wudiffs
Results
3
comments of
wudiffs
> Easiest solution: > > ```java > public abstract class Item { > ``` > > If you can't make it abstract, then: > > ``` > -Dprotostuff.runtime.morph_non_final_pojos=true > ```...
> When used with inheritance, best to annotate the fields with `@Tag` for schema evolution (explicit). thanks
> 能麻烦再提供详细点的信息嘛?应该是不需要上传私服的,只要想办法把release中的tar包放到线上然后解压就可以跑了 是这样的,目前公司的线上编译包,都的从私服上去拉取,而目前上传私服报错,除非本地打war包。或这你可以自己试着去上传release下面的spring-profile-core包到私服。