且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

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

更新时间:2022-06-12 10:09:56

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.