Coder Social home page Coder Social logo

geeeeeeeek / java_zf Goto Github PK

View Code? Open in Web Editor NEW
50.0 3.0 11.0 8.21 MB

基于Java的房屋出租网站,基于java+springboot+vue开发的租房网站、房屋出租管理系统 - 毕业设计 - 课程设计

Home Page: http://zf.gitapp.cn

Java 28.94% Shell 0.02% JavaScript 1.19% TypeScript 10.13% HTML 0.13% Vue 59.48% Less 0.10%

java_zf's Introduction

一直想做一款管理系统,看了很多优秀的开源项目但是发现没有合适的。于是利用空闲休息时间开始自己写了一套管理系统。现将部分源码开源,如需完整源码,可以联系客服微信购买:lengqin1024

演示地址

前台地址: http://zf.gitapp.cn

后台地址: http://zf.gitapp.cn/admin

后台管理帐号:

用户名:admin123 密码:admin123

功能介绍

平台采用B/S结构,后端采用主流的Springboot框架进行开发,前端采用主流的Vue.js进行开发。

整个平台包括前台和后台两个部分。

  • 前台功能包括:首页、房屋详情页、门票订单、用户中心模块。
  • 后台功能包括:总览、订单管理、房屋管理、分类管理、设施管理、评论管理、用户管理、运营管理、日志管理、系统信息模块。

适合人群

大学生、系统设计人员、毕业设计、课程作业

代码结构

  • server目录是后端代码
  • web目录是前端代码

部署运行

后端运行步骤

  1. 下载JDK 1.8,并配置环境变量

  2. 下载本代码后,使用IntelliJ IDEA打开server目录

  3. 配置server目录中的application.yml文件,配置BASE_LOCATION、DB_NAME、数据库账号密码

  4. 安装mysql 5.7数据库,并创建数据库,创建SQL如下:

CREATE DATABASE IF NOT EXISTS java_zf DEFAULT CHARSET utf8 COLLATE utf8_general_ci
  1. 恢复sql数据。在mysql下依次执行如下命令:
mysql> use java_zf;
mysql> source D:/xxx/xxx/xxx.sql;
  1. 启动后端服务:点击IDEA顶部run按钮

前端运行步骤

  1. 安装node 16.14

  2. 修改web/src/store下的constansts.ts文件中的BASE_URL,改成你自己后端的地址

  3. cmd命令进入web目录下,安装依赖,执行:

npm install 
  1. 运行项目
npm run dev
  1. 在浏览器输入: http://localhost:3000 即可预览

界面预览

首页

后台页面

参考论文

点击进入

付费咨询

微信:lengqin1024

java_zf's People

Contributors

geeeeeeeek avatar

Stargazers

 avatar HuangPengYuan avatar Republic avatar  avatar 残血战士 avatar  avatar  avatar Jack LI avatar Boolean avatar  avatar  avatar  avatar Havfrue avatar  avatar  avatar  avatar 劳动光荣 avatar  avatar CharlesWu avatar Yeiiing avatar  avatar  avatar  avatar  avatar Yier avatar 码就对了 avatar  avatar  avatar  avatar  avatar  avatar  avatar Zhibin Chen avatar 小黄 avatar wgt avatar  avatar  avatar  avatar  avatar  avatar Oreki avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar codeanl avatar  avatar

Watchers

 avatar ChunFuWu avatar  avatar

java_zf's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.