Spring Framework Foundation (01): Core Components Summary, Foundation Environment Setup
Source code for this article: GitHub. Click here || GitEE. Click here
1. Spring Framework
1. Introduction to Framework
Spring is an open source framework. One of the main advantages of this framework is its hierarchical architecture, which allows users to choose which component to use and provides an integrated framework for J2EE application d ...
Posted by Rebelrebellious on Tue, 10 Sep 2019 03:03:18 +0200
Mybatis implements additions, deletions, modifications and checks
The previous article introduced the introduction of Mybatis, followed by the previous continuation, can achieve the addition and deletion of Mybatis check.
First, the test class needs to be modified.
package com.w.test;
import java.io.IOExcept ...
Posted by robot_nader on Sat, 07 Sep 2019 13:34:11 +0200
SpringBoot for add-delete check -- Restful style
Preface
Last year, I learned a little about Spring Boot from a variety of sources, how easy and fast it is to develop web projects.But at that time, I didn't study hard, after all, I didn't feel very skilled in Struts and Spring MVC.But after reading a lot about Spring Boot, it was not as difficult as I thought, so I started preparing to learn ...
Posted by cgm225 on Sat, 07 Sep 2019 05:04:18 +0200
The three main frameworks of SSM(SpringMVC+Spring+MyBatis) use Maven to quickly build integration (database data to page presentation)
This paper describes the process of quickly building a demo using Maven using the three main frameworks of SpringMVC+Spring+MyBatis to display data from queries in the database back to the page.
Technology selection: SpringMVC+Spring+MyBatis+MySql+Maven+JSP+IDEA+Tomcat7+JDK1.8+Navicat for MySql
Start building the project below:
1. Setting up ...
Posted by adamjones on Tue, 03 Sep 2019 20:39:52 +0200
MyBatis Framework and Principle Analysis
Links to the original text: https://www.cnblogs.com/luoxn28/p/6417892.html
Catalog
Configuration of MyBatis
Major Members of MyBatis
Initialization of MyBatis
MyBatis's SQL Query Process
MyBatis Cache
MyBatis is an excellent persi ...
Posted by lamia on Mon, 02 Sep 2019 15:30:39 +0200
Series Tutorial Project Configuration for javao2o Shop
This series is a record and share of the course "Java Mainstream Technology Stack SSM+SpringBoot Shop System".
1. Why learn java
Now it's the front end, I've always wanted to be a full stack, I've learned background languages like node and python, and I've written a few small projects like egg Django that can also be used, but I find ...
Posted by bobthebullet990 on Sat, 31 Aug 2019 07:05:18 +0200
mall integrates SpringBoot+MyBatis to build the basic framework
SpringBoot e-commerce project mall (20k+star) address: https://github.com/macrozheng/mall
abstract
This paper mainly explains how mall integrates SpringBoot+MyBatis to build the basic skeleton, and takes commodity brand as an example to realize the basic CRUD operation and paging query through PageHelper.
mysql database environment constructio ...
Posted by dudejma on Wed, 28 Aug 2019 04:26:27 +0200
SSM Framework Integration Configuration File Writing
Configuration step instructions
Red is the cue message
Green classes introduced for bean Tags
Purple label header for non-bean labels
Blue is the name attribute name of the table
I. Dao Layer
1. Import the Data Source Profile (context: ...
Posted by jackel15 on Tue, 27 Aug 2019 13:43:05 +0200
Detailed Timing Tasks for SpringBoot
Links to the original text: https://www.cnblogs.com/mmzs/p/10161936.html
Read the catalogue:
Preface
I. Static: Annotation-based
II. Dynamics: Interface-based
Multithread Timing Tasks
Read the text:
Preface
Using SpringBoo ...
Posted by fisicx on Tue, 20 Aug 2019 11:40:57 +0200
Four Ways of MyBatis_Generator (MBG) Reverse Engineering
mybatis is a popular persistence framework, and its reverse engineering greatly reduces our development time. Interested can see the document.
Document address: http://www.mybatis.org/generator/index.html
Not much nonsense. Let's summarize some of his configurations (for example, Eclipse):
1. Installation of Eclipse plug-ins
Installation ...
Posted by hip_hop_x on Tue, 20 Aug 2019 09:06:08 +0200