-
blade-shorturl是blade开发的一款短地址服务
资源介绍
#blade-shorturl
blade完成的一个短地址生成程序
POST http://127.0.0.1:9000/?url=http://www.baidu.com
Res http://127.0.0.1:9000/aE
运行该项目
创建数据库,查看short_url.sql
下载项目
$ git clone https://github.com/bladejava/blade-shorturl.git
$ cd blade-shorturl
检查数据库配置
sql2oPlugin.config("jdbc:mysql://127.0.0.1:3306/short_url", "com.mysql.jdbc.Driver", "root", "root");
运行mvn jetty:run
打开浏览器运行http://127.0.0.1:9000/
- 上一篇: 提取均值信号特征的matlab代码-EEG_2:脑电图_2
- 下一篇: 经验模式分解