# BookStore **Repository Path**: lk0423/BookStore ## Basic Information - **Project Name**: BookStore - **Description**: Springboot开发案例,一个极其简陋的Hello World程序,主要用于学习记录 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2019-08-12 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### springboot项目 - 一个简单的CRUD项目,无好看的页面,仅仅有数据展示,前端用的是thymeleaf,删除了之前所用的jsp。 正在逐步优化。 - 主要用于springboot的学习记录 ### 如何使用 - 1.下载 或 克隆 项目到本地 - 2.将里面的数据库文件考到本地运行,data.sql - 3.修改properties里的数据库用户名与密码(改成为自己的) - 4.运行主类,浏览器打开 http://127.0.0.1:8080/listCategory ### 项目相关内容博客 - [springboot添加定时任务](https://blog.csdn.net/qq_44625080/article/details/104059350) - [springboot整合druid数据库连接池](https://blog.csdn.net/qq_44625080/article/details/104060210) - [如何检测springboot整合druid是否成功](https://blog.csdn.net/qq_44625080/article/details/104060363)