springside / springside4

A Spring Framework based, pragmatic style JavaEE application reference architecture.
http://www.springside.io
Apache License 2.0
5.72k stars 2.91k forks source link

boot-api unit test未通过 #554

Open ningzhangnj opened 7 years ago

ningzhangnj commented 7 years ago

\boot-api>mvn test 会报告: Failed tests: BookEndpointTest.applyRequest:84 expected:<[2]00> but was:<[5]00> BookEndpointTest.applyRequestWithError:135 expected:<[2]00> but was:<[5]00> BookEndpointTest.fullBorrowProcess:156 expected:<[2]00> but was:<[5]00>

加了javax.el-api的dependency以后就好了。 或者需要环境做其他改变吗?