NoSuchMethodException: javax.xml.crypto.Data.<init>()
Servlet.service() for servlet [springDispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is java.lang.IllegalStateException: No primary or default constructor found for interface javax.xml.crypto.Data] with root cause
java.lang.NoSuchMethodException: javax.xml.crypto.Data.()
原因是Date类型错误,应该是Date,写成了Data