# lcblog **Repository Path**: ilkjmy/lcblog ## Basic Information - **Project Name**: lcblog - **Description**: dd刘涌是猪刘涌是猪 请使用最新版 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: lcblogssr - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-02-22 - **Last Updated**: 2023-07-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # lcblog #### 介绍 该项目已部署上线,访客端http://124.222.85.246:3002/ 管理端http://124.222.85.246:3001/ 在持续更新中,目前仍存在一些bug lcblog是基于springboot+vue的个人博客项目 #### 软件架构 软件架构说明 #### 安装教程 1.后端程序使用: jar文件是后端包,application.properties为后端配置文件,创建数据库名为easyblog(字符集utf8mp4 --utf-8 unicode,排序规则utf8mp4_general_ci)。首先修改其中数据库账号密码为自己的,还有路径修改。要将 application.properties 和lcblog-1.0.0.jar放到一个目录,然后开启doc,执行java -jar lcblog-1.0.0.jar 就可以启动服务了。 测试服务是否正常 我们打开浏览器输入 http://localhost:8081/api/view/loadBlogList 如果有数据返回说明后台服务已经完全OK 补充: 在配置文件中增加 一行 spring.favicon.enabled=false 就可以解决启动找不到favicon.icon的报错了 2.管理端 构建项目 执行以下命令创建项目 npm init vite@latest lcblog-admin 初始化项目 进入到 创建的项目 cd lcblog-admin 执行以下命令 npm install 运行 npm run dev 没报错的话,说明项目已经成功构建 3.访客端:…… #### 使用说明 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. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)