【Java高级】SpringBoot +JPA+thymeleaf+MySQL实现医院药品管理系统
文章目录前言一、系统实现步骤1.选择依赖2.配置数据库并连接3.在model层创建一个Medicine类4.在repository层创建MedicineRepository接口5.在service层创建MedicineService接口6.在controller层编写一个控制类MedicineController最终项目结构7.在视图层templates文件编写html文件8.添加BootStra