# springboot-sample **Repository Path**: lansheng228/springboot-sample ## Basic Information - **Project Name**: springboot-sample - **Description**: springboot的使用样例 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-08-12 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 搭建web服务器,使用Spring Boot框架 * Instructions: mvn clean package mvn exec:java 访问方式: input: {"sn": "111111", "id_num":"420411197804162117" } output: { "sn": "111111", "status_code": 0, "status_info":"" } 浏览器中, 打开 http://IP:PORT/druid/login.html, 输入用户名:admin,密码:123 进入监控界面 打开 http://IP:PORT/ 进入网页