校企实践项目海洋管理系统
-
前端
Vue3
+Sass
+TypeScript
-
后端
Java
+Springboot
+Mybatis
-
持久化
MySQL
/github
├── README.md # 项目介绍
├─── build-MySQL.md # 构建项目MySQL表
├─── web # 前端
├─── src
│ ├─── main
| | ├─── java
| | | └─── com.example.wiki
| | | └─── wikiApplication.java # 启动类
| | └─── resources
| | ├─── static
| | ├─── banner.txt # Spring启动去除bug
| | └─── application.properties # 配置信息
| └─── target
└─── pom.xml # 环境
git clone [email protected]:xieleihan/marineManagementSystem.git