Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How in IntelliJ IDEA to convert simple folder to web folder?

How to create a Web folder in the IntelliJ IDEA project?

enter image description here

like image 766
abg Avatar asked Oct 19 '25 05:10

abg


2 Answers

Go to menu

File -> Project Structure -> Modules -> Select your web facet -> Plus button

And here you can choose your folder and setup relative url where in your web app should be content of the folder.

enter image description here

like image 149
chalimartines Avatar answered Oct 21 '25 20:10

chalimartines


You need to configure a web resource directory in the module Web facet settings.

like image 25
CrazyCoder Avatar answered Oct 21 '25 21:10

CrazyCoder