idea搭建Lua+OpenResty+Nginx开发环境

1.创建maven工程(或者导入github项目:https://github.com/cpa-code/openresty-demo.git),在项目根路径下创建build.xml配置文件。
2.官网下载openrestry并解压到本地。
3.安装idea插件后重启:lua、nginx-support

0.png

4.Edit Configurations——add new configuration——配置nginx服务:
1.png

2.png


3.png

5.配置项目sdk为jdk后启动服务


4.png

你可能感兴趣的:(idea搭建Lua+OpenResty+Nginx开发环境)