Spring MVC Basics
springMVC ----HELLO word
1. Configure the development environment and import the spring MVC dependency
<dependencies>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>RELEASE</version>
</dependency>
< ...
Added by alexislalas on Fri, 18 Feb 2022 04:16:40 +0200
vulnerable! spring, which you can't learn, is integrated with MyBatis. The girl next door easily completed it and sent a login verification case!
Integration of spring and MyBatista in spring learning (1)
1. Integration of spring and MyBatista
1.1 integration process and ideas
1.1.1 Mybatis
As we all know, mybatis evolved from ibatis of Apache and is a persistence layer framework based on Java. Mybatis annotation ๐ xml file is used for configuration or original mapping.
Mybatis refe ...
Added by DanDaBeginner on Thu, 17 Feb 2022 14:06:09 +0200
Java project: hospital management system (java+Springboot+ssm+mysql+maven)
Source code acquisition: download from "resources" on the blog home page!
1, Project brief
Function: the project is a hospital management system written with springboot+layui+shiro. The business of the system is relatively complex. There are 36 tables in the database.
The project is divided into outpatient management, inpatient m ...
Added by Seraskier on Fri, 11 Feb 2022 17:35:27 +0200
spring annotation development
Environment construction
In addition to the xml in the previous document, a context:component constraint should be added
1. xml configuration
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:context="http://www. ...
Added by svivian on Thu, 10 Feb 2022 21:04:00 +0200
SSM framework integration
SSM framework integration
SSM framework includes spring, spring MVC and Mybatis. Spring and spring MVC are both modules of the Spring Framework and do not need to be integrated. Just integrate Mybatis with spring
1, Integration concerns
Application of Spring in web project When the web project starts, read ApplicationContext MXL configurat ...
Added by bigc79 on Thu, 10 Feb 2022 18:02:34 +0200
mybatis advanced learning
mybatis advanced learning
Content introduction
Dynamic sqlMulti table query in mybatisNested query in mybatisLazy loading (delayed loading)cache
A mapping file - dynamic sql
When we want to execute different sql statements according to different conditions, we need to use dynamic sql.
For example: multi condition query, password modificati ...
Added by neoform on Wed, 09 Feb 2022 22:52:41 +0200
SSM spring (self study notes)
00Spring
spring: Layered Java SE/EE application full stack lightweight open source framework Take IoC (Inverse Of Control) and AOP (Aspect Oriented Programming) as the kernel
spring benefits: Convenient decoupling and simplified development AOP programming support Declarative transaction support Facilitate program testing Convenient integrati ...
Added by Allenport on Tue, 08 Feb 2022 16:30:09 +0200
[SSM oriented CRUD programming column 9] SSM framework integration
๐ซ For more ssm knowledge, see SSM_ CRUD oriented programming column
๐ This blog summarizes from the ssm framework video of dark horse programmer
๐ Bloggers are still learning this knowledge
๐ If you find any problems, please point them out
๐๐Zhawatai zaogao's blog home page๐๐
catalogue
๐ case analysis
๐ Frame struct ...
Added by tecmeister on Sun, 06 Feb 2022 10:28:40 +0200
SSM development novice guide (with educational administration system project)
SSM development novice guide (with educational administration system project)
preface
When learning the SSM framework, friends who learn Java often encounter many problems. Whether they create new projects themselves or download other people's projects and use them, they will encounter some problems that have nowhere to start. So I wrote this ...
Added by Joe on Mon, 24 Jan 2022 00:37:57 +0200
Java project: design and implementation of second-hand trading website (java+ssm+mysql+jsp)
1, Introduction 2
1.1 research background 2
1.2 research purpose and Significance 2
1.3 research contents 3
1.4 feasibility study design 3
1.5 social feasibility 4
1.6 relevant technical description 4
spring 4
Springย 5
jQuery 5
Mysql 6
1) Powerful 6
2) Support cross platform 6
3) Fast running speed 6
4) Support object-oriented 7 ...
Added by starrieyed on Sat, 22 Jan 2022 11:04:51 +0200