caculator-web Vue项目(前端)
--public index主页面
--src 前端资源文件(代码)
----api 接口调用
----components 导航组件
----enums 枚举值统一处理
----mixins 状态管理
----router 路由管理
----store 全局变量管理
----view 页面组件
------Home.vue 全局主页组件
------CounterPage.vue 计算器及主页面组件
------EvaluationPage.vue 综测计算
------FuntionPage.vue 函数图像组件
------HealthyPage.vue 健康计算组件
------CommodityPage.vue 一周开销组件
----App.vue 主组件
----main.ts 全局引入包管理
caculator-server SpringBoot项目(后端)
--sql 数据库文件
--img 图像文件
--src 后端资源文件(代码)
----main 项目代码
------java/com.example.yin java代码
--------domain 实体类
--------dao 数据连接层(与数据库的交互部分)
--------service 业务层(核心业务代码)
--------controller 接口层(处理来自前端的请求)
------resource 全局配置文件
----main 项目代码
----test 测试代码