Spring 4 and Java 8 Invalid byte tag exception

后端 未结 1 571
予麋鹿
予麋鹿 2020-12-28 13:17

I am trying to run a simple JUnit test using Spring and Java 8 JDK:

@RunWith(SpringJUnit4ClassRunner.class)
@ContextConfiguration(locations = {\"classpath:ap         


        
相关标签:
1条回答
  • 2020-12-28 13:51

    You need aspectJ 1.8 to get Java 8 support.

    0 讨论(0)
提交回复
热议问题