Caused by: org.springframework.core.NestedIOException: ASM ClassReader failed to parse
classfile - probably due to a new Java classfileversionthatisn't supported yet:
file [C:\SSM\out\production\SSM\zhongfucheng\dao\DeptDao.class]; nested exception is
java.lang.IllegalArgumentException
<script type="text/javascript"> $(function () { $('pre.prettyprint code').each(function () { var lines = $(this).text().split('\n').length; var $numbering = $('<ul/>').addClass('pre-numbering').hide(); $(this).addClass('has-numbering').parent().append($numbering); for (i = 1; i <= lines; i++) { $numbering.append($('<li/>').text(i)); }; $numbering.fadeIn(1700); }); }); </script>