springboot mybatis

springboot mybatis使用

1、导入依赖

 
        org.springframework.boot
        spring-boot-starter-parent
        2.1.4.RELEASE
         
    

        
            
                org.springframework.boot
                spring-boot-starter-web
            

            
                org.springframework.boot
                spring-boot-devtools
                true
                true
            

            
                org.springframework.boot
                spring-boot-starter-test
            

            
                mysql
                mysql-connector-java
            

             
            org.mybatis.spring.boot
            mybatis-spring-boot-starter
            2.1.0
        
        


    
        
            
                org.springframework.boot
                spring-boot-maven-plugin
                
                    true
                
            
        
    

2.配置yml编写实体类

springboot mybatis_第1张图片

springboot mybatis_第2张图片

3.数据mapper.xml配置文件

springboot mybatis_第3张图片

4.mapper接口编写springboot mybatis_第4张图片 5.编写controller

springboot mybatis_第5张图片

6.编写启动类

springboot mybatis_第6张图片 7.编写测试方法·

springboot mybatis_第7张图片

springboot mybatis_第8张图片

springboot使用html

thymeleaf

1.导入依赖

springboot mybatis_第9张图片

2.在resources下新建templates目录下建html文件

springboot mybatis_第10张图片

4.控制器编写

springboot mybatis_第11张图片 5.浏览器访问地址

 springboot mybatis_第12张图片

js获取数据处理文本信息

html

 控制器

springboot mybatis_第13张图片

浏览器测试

springboot mybatis_第14张图片

 js获取数据处理json信息

html

springboot mybatis_第15张图片

控制器

springboot mybatis_第16张图片

浏览器测试

springboot mybatis_第17张图片

thymeleaf

mapper.xml

springboot mybatis_第18张图片

控制器

springboot mybatis_第19张图片

mapper接口

springboot mybatis_第20张图片

实体类

springboot mybatis_第21张图片  

 控制器

springboot mybatis_第22张图片

 html

springboot mybatis_第23张图片

浏览器测试

springboot mybatis_第24张图片

你可能感兴趣的:(spring,boot,mybatis,java,spring,boot,mybatis,后端)