天天看點

如何查找出本地運作的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應用加載的庫檔案具體是從哪個位置加載的

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.