# springbootDemo **Repository Path**: pangbin0502/springbootDemo ## Basic Information - **Project Name**: springbootDemo - **Description**: springboot搭建的服务端简单demo - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2025-05-07 - **Last Updated**: 2025-05-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # springbootDemo #### 项目介绍 springboot搭建的服务端简单demo #### 软件架构 使用springboot + mybatis 写的简单数据库访问demo,实现了两个示例接口,插入数据库表和从数据库中查询所有数据 程序启动后通过Get方法调用 http://yourip:8080/testController/getAllUser 可以查询实例表中所有数据 通过POST方法,向接口: http://localhost:8080/testController/createUser 在body中传入形如{"name":"newUser","age":21}的数据,可以向示例数据库表中插入数据 #### 安装教程 项目导入idea中后,在数据库中执行resource目录下的demoDB.sql中的sql语句创建示例数据库,修改application.yml文件中的配置为自己数据库的配置,即可运行 #### 使用说明 1. xxxx 2. xxxx 3. xxxx #### 参与贡献 1. Fork 本项目 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 码云特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. 码云官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解码云上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是码云最有价值开源项目,是码云综合评定出的优秀开源项目 5. 码云官方提供的使用手册 [http://git.mydoc.io/](http://git.mydoc.io/) 6. 码云封面人物是一档用来展示码云会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)