Hi all,I am using java-code-first to construct web service,and facing following problem:
public MyPojo getMyPojo(String pojoId); MyPojo class structure is inconstancy,A lot of work need to do like recompile,redeploy when add some new attribute. Any solution to solve this issue? Thanks!
