Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 233 Bytes

README.md

File metadata and controls

14 lines (7 loc) · 233 Bytes

Science

数据库连接的网址和端口在resources的配置文件里

Entity 数据库表

Dao 添加操作数据库的增删改查

Repository 使用springboot封装好的数据库操作

Util 组件层

Controller 控制层