Introduction and use of MyBatis framework (the children next door will talk about it) -- Basic
1: Overview
&nb...
ssm integration configuration, understanding of the role of each layer of ssm, interpretation of configuration files of each layer of ssm, web program startup and web.xml understanding
Tomcat server load order Tomcat startup When tomcat starts, it will load the web.xml file. When loading the web.xml file...
MybatisPlus study notes
MybatisPlus Official website: MyBatis-Plus (baomidou.com) =Introduction MyBatis-Plus (opens new window) (MP) is a MyBati...
Simple use of Lombok in Mybatis basic learning
preface:
Hello, guys, I'm running snail rz. Of course, yo...
In the same method, Mybatis requests the database multiple times. Do you want to create multiple SqlSession sessions?
Suddenly a question came to mind: every time we execute SQL Will create one SqlSession,Then in a transaction, multiple m...
MyBatis FAQ summary
The deficiency of JDBC & mybatis solution The frequent creation and release of database connections cause a waste of...
Mybatis plus implements database curd operation
Mybatis plus implements database curd operation What is mp MyBatis plus (MP for short) is an enhancement tool for MyBa...
Learn Mybatis from scratch - Mybatis core configuration
Properties
Define attributes and read attribu...
For seniors who haven't graduated yet, learn the daily sharing Day1 of Java
Currently studying Mybatis At present, I am learning mybatis. The best helper to learn mybat...
java source learning - Mybatis creates statement and result set generation
Mybatis creates statement and result set generation statementHandler Result set processing Postscript Previous: Myba...
Beauty of Mybatis source code: 2.6. Analyze the typeAliases element to complete the registration of type aliases
Resolve the typeAliases element to complete the registration of type aliases > Click to see the usage of the typeAlia...
Integrating SSM's Demo
Article catalog 1. Version selection 2. Using maven to create a project (project structure) image-20200626115714873 3.p...
SSM learning notes - (spring MVC + Spring + mybatis) configuration (eclipse)
I've heard the teacher said that the whole family bucket of spring framework has never known what it is. I read a lot wi...
MyBatis Series Part 5: MyBatis cache
1. What is MyBatis caching? Using MyBatis cache can reduce the number of interaction between java application and databa...
[emergency shelter] mybatis can use XML and annotation at the same time
[emergency shelter] mybatis can use XML and annotation at the same time Put the conclusion first How do you use it? Mo...
The second part of MyBatis series: building Maven project operation database table
1, ORMpping interpretation ORMpping: object relationship mapping. Object: refers to the object in Java, object-oriented ...
Java EE final project assignment management system
Java EE final project - activity management system Based on MyBatis+springboot+jsp 1, About MyBatis MyBatis benefits 2...
My development diary
Today, I mainly did the basic data management of the test user module, and encountered a relatively large problem. The u...
SpringMVC Chapter 3 (Request redirection and forwarding, exception handling, interceptor, SSM integration)
I am a sophomore major in Internet of Things Engineering, and a small wave in the Internet. Blogging is to record my lea...
Spring source code analysis 10: automatic configuration of Mybatis in spring boot
Article catalog 1, Foreword 2, MybatisAutoConfiguration 1. Declaration of mybatisautoconfiguration. 2. SqlSessionFacto...
[SpringCloud] 12 Hystrix Fuse
1. What is Hystrix and why do I need him? 1. In the micro-service architecture, services are split into individual servi...
How to read by row and by column in excel
Recently, there is a demand that excel should be used for import and export. Generally, our idea is based on the number ...
Beauty of Mybatis source code: 2.3. Parse Properties sub element and initialize property configuration
Resolve the Properties sub element and initialize the property configuration > Click to learn the configuration metho...