Resion修改端口号运行
前言
Github:https://github.com/HealerJean
修改为8084端口
1、resin.xml
<server-multi id-prefix="app-" address-list="${app_servers}" port="6804"/>
2、resin.properties
app_servers : 127.0.0.1:6804
app.http : 8084
web.http : 8084
3、Idea