zhuifengshen / xmind2testcase

XMind2TestCase基于python实现,提供了一个高效测试用例设计的解决方案!
https://pypi.org/project/xmind2testcase/
MIT License
738 stars 254 forks source link

application.py本地运行IP地址用的是全局变量的0.0.0.0 #2

Closed chase001 closed 5 years ago

chase001 commented 5 years ago

application.py本地运行IP地址用的是全局变量的0.0.0.0

2019-01-09 09:04:45,750 werkzeug INFO [_internal - _log]: Running on http://0.0.0.0:5001/ (Press CTRL+C to quit) 2019-01-09 09:04:45,750 werkzeug INFO [_internal - _log]: Running on http://0.0.0.0:5001/ (Press CTRL+C to quit)

zhuifengshen commented 5 years ago

1、本地通过命令行、或者直接调用launch函数启动即可; 2、通过application.py,主要用于服务端部署比较方便;