GithubHelp home page GithubHelp logo

cpaulyz / nju_hotel Goto Github PK

View Code? Open in Web Editor NEW
26.0 2.0 7.0 3.43 MB

2020年软工二大作业 酒店管理系统 springboot+mybatis+vue+antdv

JavaScript 68.00% HTML 0.07% Vue 15.29% PLpgSQL 1.11% Java 15.53%

nju_hotel's Introduction

酒店管理系统

作业说明

  1. 自主实现第三阶段需求。
  2. 完成第三阶段的需求用例文档,需求规格文档,体系结构文档,详细设计文档。
  3. 自行完成相关单元测试和Web功能测试,提交测试报告。

后端springboot+mybatis

前端vue+antdv

项目启动前

  1. 运行/sql/hotel.sql

  2. 修改src/main/resources/application.yml中的datasource

  3. 配置/front_end/src/utils/oss.js中的阿里云oss配置

    const client = new oss({
    	// 此处填写阿里云oss信息
        accessKeyId: '',
        accessKeySecret: '',
        region: 'oss-cn-beijing', //
        bucket: 'nju-hotel',//
        host:'nju-hotel.oss-cn-beijing.aliyuncs.com'
    })

预设数据

运行/sql/hotel.sql后系统内置数据如下

用户

类型 账户 密码
客户 [email protected] 123456
客户 [email protected] 123456
酒店工作人员 [email protected] 123456
管理员 [email protected] 123456
网站工作人员 [email protected] 123456
酒店工作人员 [email protected] 123456

[email protected]管了三个酒店,其实这实际上是不存在的,一个酒店工作人员只能管一个酒店,这里是方便测试

[email protected]是真实的情况

酒店

名称 星级 区域
汉庭酒店 4 江苏省 南京市 栖霞区
儒家酒店 4 江苏省 南京市 鼓楼区
桂圆酒店 5 江苏省 南京市 栖霞区
川*酒店 3 江苏省 南京市 栖霞区

只有第一个酒店有房间和评价,其他需要自己添加

nju_hotel's People

Contributors

cpaulyz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

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.