摘要: 即Spring+SpringMVC+MyBatis。SSM框架是spring MVC,spring和mybatis框架的整合,是标准的MVC模式,将整个系统划分为表现层,controller层,service层,DAO层四层 步骤 导包(引入依赖) 2.配置web.xml 文件 <!DOCTYPE 阅读全文
posted @ 2020-07-23 20:57 叶月廿柒 阅读(548) 评论(0) 推荐(0) 编辑
摘要: 七月 23, 2020 11:38:35 上午 com.alibaba.druid.support.logging.JakartaCommonsLoggingImpl error严重: init datasource error, url: jdbc:mysql://localhost:3306/d 阅读全文
posted @ 2020-07-23 11:47 叶月廿柒 阅读(5807) 评论(2) 推荐(0) 编辑
摘要: mybatis集成spring 步骤 1.导包(依赖) mybatis mysql Druid连接池 <!--mybatis--> <dependency> <groupId>org.mybatis</groupId> <artifactId>mybatis</artifactId> <versio 阅读全文
posted @ 2020-07-23 10:10 叶月廿柒 阅读(165) 评论(0) 推荐(0) 编辑