# AHU-database-design **Repository Path**: jonnylong/ahu-database-design ## Basic Information - **Project Name**: AHU-database-design - **Description**: 数据库课程设计,家居系统 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-09-11 - **Last Updated**: 2021-02-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # AHU-database-design ## 说明 AHU数据库设计,家居系统 ## 技术栈 ### 数据库 + Sql文件放在后端项目下的resources目录下 ![](README/数据库设计.png) ### 前端 + Vue + ElementUI ```javascript { "name": "database-design", "version": "0.1.0", "private": true, "scripts": { "serve": "vue-cli-service serve", "build": "vue-cli-service build", "lint": "vue-cli-service lint" }, "dependencies": { "axios": "^0.20.0", "core-js": "^3.6.5", "element-ui": "^2.4.5", "vue": "^2.6.11", "vue-router": "^3.2.0" }, "devDependencies": { "@vue/cli-plugin-babel": "~4.5.0", "@vue/cli-plugin-eslint": "~4.5.0", "@vue/cli-plugin-router": "~4.5.0", "@vue/cli-service": "~4.5.0", "@vue/eslint-config-standard": "^5.1.2", "babel-eslint": "^10.1.0", "eslint": "^6.7.2", "eslint-plugin-import": "^2.20.2", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-standard": "^4.0.0", "eslint-plugin-vue": "^6.2.2", "less": "^3.12.2", "less-loader": "^7.0.1", "vue-cli-plugin-element": "^1.0.1", "vue-template-compiler": "^2.6.11" }, "eslintConfig": { "root": true, "env": { "node": true }, "extends": [ "plugin:vue/essential", "@vue/standard" ], "parserOptions": { "parser": "babel-eslint" }, "rules": {} }, "browserslist": [ "> 1%", "last 2 versions", "not dead" ] } ``` ### 后端 + SpringBoot + Swagger + Mybatis Plus ```xml 4.0.0 org.springframework.boot spring-boot-starter-parent 2.2.2.RELEASE com.course database 1.0-SNAPSHOT 1.8 org.springframework.boot spring-boot-starter-web com.baomidou mybatis-plus-boot-starter 3.1.0 mysql mysql-connector-java runtime org.projectlombok lombok io.springfox springfox-swagger2 2.9.2 io.springfox springfox-swagger-ui 2.9.2 org.springframework.boot spring-boot-starter-test test org.junit.vintage junit-vintage-engine org.springframework.boot spring-boot-maven-plugin src/main/resources true application.properties application-dev.properties application-prod.properties application-test.properties src/main/resources true application.properties application-${profileActive}.properties dev dev true prod prod test test ``` ## 主要页面 ### 登录 ![](README/image-20201010160838403.png) ### 房主 ![](README/image-20201010161101415.png) ![](README/image-20201010161149483.png) ### 承包商 ![](README/image-20201010161245128.png) ![](README/image-20201010161317965.png) ![](README/image-20201010161349895.png)