摘要:
一.用IDEA 创建maven项目 项目目录结构 1.添加pom jar依赖 2.创建javabean 3.mapper接口 4.servie接口 5.service的实现类 6.controller 7.mapper.xml 文件 8.配置文件 9.index.jsp 文件 阅读全文
摘要:
一.用IDEA创建项目 1.添加pom.xml 2.分别写三层代码 javabean 2.mapper接口 3.service接口 4.service 实现类 5.controller 6.mapper的xml 7.application.properties 8.index.jsp 项目结构如下 阅读全文