# xkl-interface程序说明 ## 部署 139.129.166.85:8090 ### 部署 代码 ``` cd /home/fyq git clone git@gitlab.hanhezy.com:fyq/xkl-interface.git cd xkl-interface ``` 启动 ``` bin/start.sh bin/start-https.sh ``` 停止 ``` bin/stop.sh ``` 目前demo部署得比较简单,后续会增加jvm参数 ## 数据库说明 用户数据库: ``` 服务器:db.hanhezy.com 端口:4096 DB:hanhe_test table:_test ``` 登录token库: ``` redis.host=r-m5e7cedd3124afd4.redis.rds.aliyuncs.com redis.password=r-m5e7cedd3124afd4:XIkaiLURedis2016 ``` ## 测试swagger界面 浏览器访问: https://www.hanhezy.com:8090/ ## 测试用例地址 http://gitlab.hanhezy.com/fyq/xkl-interface-example-all