SAP UI5 Application Development Tutorial No. 63 - In-depth introduction to the implementation of local Mock Server based on OData V4

Before going through this step, make sure you have reviewed steps 26 and 62:

The full source code for this step is at this link .
We opened the file under mockserver.jsfolder and found that it imported an implementation of a third-party tool library: sinon.

The Sinon tool library is named in tribute to the heroic warrior Sinon (Sinnon) who emerged during the decade-long war between the Greek coalition and the Trojans:

The implementation of the SAP UI5 OData Mock Server we use in this tutorial is based on the tool library Sinon.js. Friends who are interested in this tool library can refer to this article of mine:

Guess you like

Origin blog.csdn.net/i042416/article/details/123932828