Giter Site home page Giter Site logo

managementbackgroundinterface's Introduction

ManagementBackgroundInterface

管理后台界面

  • 开发环境:java1.8,node16.14,npm8.6,@vue/cli5.0,idea2019.3,mysqlserver8.0
  • 实现技术:vue3,vuerouter,vuex,element-plus,springboot,mysql,mybatisplus,axios,hutool
  • Spring Boot模块:Spring Web,MySQL Driver,Lombok,MyBatis Framework
  • 实现功能:前后端分离实现后台管理页面及操作
  • 前端端口为8080,后端端口为9090
数据库准备
  • 创建一个新的数据库命名为"springboot-vue"(或为其他名称,若为其他名称需要手动修改spring.datasource.url),字符集utf8mb4,排序规则unf8mb4_unicode_ci
  • 新建表user:id(int,主键,非空,自增),username(varchar,255),password(varchar,255),nick_name(varchar,255),age(int),sex(varchar,255),address(varchar,255)
  • 修改spring.datasource.password为你的数据库密码
运行在本地
  • 后端:使用idea导入springboot目录,初始化maven,运行即可
  • 前端:npm i后使用npm run serve启动即可

By:tyza66(洮羱芝闇)

managementbackgroundinterface's People

Contributors

tyza66 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.