lyy8510a / ms2consul_demo

python微服务,注册到consul的demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Flask微服务Demo

使用Python3.6,使用方式有一点要注意,如果没consul的话,需要在manage.py注释掉runserver中register_consul()和stopserver中的deregister_consul()。 执行pip install -r requirement.txt
然后python manage.py runserver即可。
支持Rpc和restfull

About

python微服务,注册到consul的demo


Languages

Language:Python 97.9%Language:Dockerfile 2.1%