/blade-shorturl

:link: blade开发的短地址服务

Primary LanguageJava

#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/