# myBlog **Repository Path**: pan-chuangming/my-blog ## Basic Information - **Project Name**: myBlog - **Description**: 单体应用参考模板项目 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: t-h2 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 228 - **Created**: 2025-03-06 - **Last Updated**: 2025-03-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # BlogSystem #### 介绍 单体SpringBoot + SpringMVC-简化版课程案例 #### 安装教程 1. 使用H2数据库,内存模式,配置文件在 blog_system_h2.sql 2. 运行 主程序 #### 使用说明 1. http://localhost:8764/ ![输入图片说明](doc/img/1.PNG) 2. 登录后台 用户名:admin 密码 123456 普通用户: 李四 密码 123456 ![输入图片说明](doc/img/2.PNG) 3. 后台界面 ![输入图片说明](doc/img/3.PNG) 4. H2数据库 H2 控制台集成管理工具 ![h2-console1.png](doc/img/h2-console1.png) ![h2-console2.png](doc/img/h2-console.png) ### 注意事项 1. 由于使用了H2数据库和MySQL不是完全兼容,需要对原始的SQL语句进行修改 2. sa 缺省密码为空,与全局配置文件一致 ### Spring Boot Actuator http://localhost:8764/actuator/health http://localhost:8764/actuator/info [Spring Boot Actuator](https://docs.spring.io/spring-boot/docs/current/reference/html/production-ready.html)