如何研究UI5的库文件是如何从本地仓库加载的

The knowledge contained in this issue is prerequisite for another [issue](How to know where the library js file is loaded from local repository)
1). switch on development model by modifying web.xml file as below:

如何研究UI5的库文件是如何从本地仓库加载的
如何研究UI5的库文件是如何从本地仓库加载的

2). Suppose you would like to know where is this js file loaded from your local laptop:

如何研究UI5的库文件是如何从本地仓库加载的

you can find the answer here(Header name: x-sap-ResourceUrl):

如何研究UI5的库文件是如何从本地仓库加载的

Using this approach, if you would like to make changes on a given UI5 framework library file on your local laptop, you can first identify its file path in a certain jar file, and then perform the local change according to this guide.

要获取更多Jerry的原创文章,请关注公众号"汪子熙":
如何研究UI5的库文件是如何从本地仓库加载的