\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>
\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以后就好了。 或者需要环境做其他改变吗?