To make it possible to double-click the war file in Explorer and see its contents like a zip file, open a command prompt with administrator privileges and execute the following command.
assoc .war=CompressedFolder
I referred to the article here to open the jar file with Explorer → https://qiita.com/kitoo/items/6761fd74e8347962171a
Recommended Posts