1 Star 1 Fork 0

NilBrains/graduation_project

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

graduation_project 【停更】

zero

我的毕业设计。

本来是想着写一博客系统的,后来写着写着就变成了一个“四不像”——介于博客和社区之间的一个东西。

start

数据库名称为 graduation

结构:

  • graduation_admin 后台管理页面 (vue)
  • graduation_web 前台页面 (vue)
  • graduation_server 后台api (Java)

1. graduation_admin

基于vue-admin-template编写

# 进入项目目录
cd graduation_admin

# 安装依赖
npm install

# 建议不要直接使用 cnpm 安装以来,会有各种诡异的 bug。可以通过如下操作解决 npm 下载速度慢的问题
npm install --registry=https://registry.npm.taobao.org

# 启动服务
npm run dev

2. graduation_web

貌似基于原生模板编写

启动方法 与上述一致。

3. graduation_server

使用框架SpringBoot编写。

  • 创建admin用户
    // 初始化 管理员账号
    @PostMapping("/user/admin_account")
    public ResponseResult initManagerAccount(@RequestBody User user, HttpServletRequest request) {
        return userService.initManagerAccount(user, request);
    }
  • 由代码 => postwoman 发个请求 就OK了。

具体参数 请阅读源码

源码阅读后 自然知晓

tip: 如果没有清空数据库的话 那么 nilbrains - 123456

show

img img img img

赞助

[Faded]-¥28.88

MIT License Copyright (c) 2021 nilbrains Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

毕业设计 展开 收起
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/nilbrains/graduation_project.git
git@gitee.com:nilbrains/graduation_project.git
nilbrains
graduation_project
graduation_project
main

搜索帮助

Cb406eda 1850385 E526c682 1850385