Skip to content

口腔医疗管理系统,使用springboot+vue+element搭建,使用渐进式框架有友好的交互性界面,可使用docker-compose一键部署

License

Notifications You must be signed in to change notification settings

alsdhkauuhw/Oral

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Oral

口腔医疗管理系统 login

环境搭建

python: 3.6.0(由于本项目使用了较为古老的node-nass, 他需要python环境, 他已不再更新)
java: 1.8
vue: 2.6.10 npm:13.14

技术栈

前端:Vue
后端:Springboot
数据库:Mysql 制品仓库: docker

tips!!

我原先将前端与后端全都部署到spring-boot内置的Tomcat服务器上
如果你希望继续这个风格,你需要使用npm的打包命令
npm run build
然后更改生成的dist文件的地址

前端项目地址

就在这个库的src\main\resources\admin\admin地址下

食用方式

  • 使用docker一键部署:
    • 在项目根目录下docker compose up -d即可食用
  • 前后端分离部署
    • 在db文件下将sql文件导入mysql
    • 依次执行命令npm install npm run build在前端项目地址
    • 在项目根目录下执行mvn spring-boot:run

About

口腔医疗管理系统,使用springboot+vue+element搭建,使用渐进式框架有友好的交互性界面,可使用docker-compose一键部署

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published