Tag:ssm

  • [Spring] AOP Transaction Management

    Time:2023-11-18

    I. AOP transaction management 1.Introduction to Spring transactions 1. Introduction to relevant concepts Transaction role: in the data layer to ensure that a series of database operations with the success of the same failure Spring Transaction Role: The data layer orbusiness layer Guarantees that a series of database operations will both succeed and fail We […]

  • [SpringMVC] Parameter Passing with User Requests and Responses

    Time:2023-10-4

    catalogs I. Postman Tool Usage 1.1 Postman Installation 1.2 Use of Postman 1.2.1 Creating WorkSpace workspaces 1.2.2 Creating requests   II. Parameter passing 2.1 Adding Slf4j dependencies 2.2 General parameter passing Knowledge 1: @RequestMapping Knowledge Point 2: @RequestParam 2.3 Path Passing Parameters Knowledge Point 3: @PathVariable 2.4 Json Data Passing Knowledge Point 4: @RequestBody   […]

  • [SpringMVC] Parameter Passing with User Requests and Responses

    Time:2023-10-4

    catalogs I. Postman Tool Usage 1.1 Postman Installation 1.2 Use of Postman 1.2.1 Creating WorkSpace workspaces 1.2.2 Creating requests   II. Parameter passing 2.1 Adding Slf4j dependencies 2.2 General parameter passing Knowledge 1: @RequestMapping Knowledge Point 2: @RequestParam 2.3 Path Passing Parameters Knowledge Point 3: @PathVariable 2.4 Json Data Passing Knowledge Point 4: @RequestBody   […]