SpringMVC+Spring+mybatis 项目实践

2021-05-03 22:29

阅读:504

标签:relative   完成后   targe   mbed   des   mapper   release   asp   version   

创建Maven项目

技术图片

 

 项目创建完成后导入相关文件

技术图片

 

 配置相关依赖

org.springframework.boot
        spring-boot-starter-parent
        2.3.1.RELEASEcom.example
    Demo
    0.0.1-SNAPSHOTDemoDemo project for Spring Boot1.8org.mybatis.spring.boot
            mybatis-spring-boot-starter
            2.1.3tk.mybatis
            mapper-spring-boot-starter
            2.1.4org.springframework.boot
            spring-boot-devtools
            runtimetrueorg.projectlombok
            lombok
            trueorg.springframework.boot
            spring-boot-starter-test
            testorg.junit.vintage
                    junit-vintage-engine
                com.microsoft.sqlserver
            mssql-jdbc
            runtimeorg.apache.tomcat.embed
            tomcat-embed-jasper
            providedjavax.servlet
            jstl
        org.springframework.boot
            spring-boot-starter-web
        org.springframework.boot
            spring-boot-starter-thymeleaf
            2.3.1.RELEASEalimaven spring pluginalimaven spring pluginhttps://maven.aliyun.com/repository/spring-pluginorg.springframework.boot
                spring-boot-maven-plugin
                2.3.1.RELEASE

配置数据库

技术图片

 

配置显示页面

技术图片

 

 技术图片

 

 添加一个mybatis的mapper库

技术图片

 

 修改servlet代码

技术图片

 

 运行:

 技术图片

 

效果和MVC2项目相同

 技术图片

 

 

技术图片

 

 技术图片

 

 技术图片技术图片

 码云地址:https://gitee.com/xmr123/JAVAEE/tree/feature-SSM

SpringMVC+Spring+mybatis 项目实践

标签:relative   完成后   targe   mbed   des   mapper   release   asp   version   

原文地址:https://www.cnblogs.com/543123abcxmr/p/13196623.html


评论


亲,登录后才可以留言!