cvc-complex-type.2.4.a: Invalid content was found starting with element 'property'. One of '{"http:// www.springframework.org/schema/beans":import, "http:// www.springframework.org/schema/beans":a
因为property并未被<bean class="">标签包围,
所以要用bean标签包围即可
因为property并未被<bean class="">标签包围,
所以要用bean标签包围即可