Tag:spring

  • The Appeal of Auto-assembly: Spring Boot vs Traditional Spring

    Time:2024-5-30

    What are some of the certificates in the IT industry that are highly valued? Article Catalog What are some of the certificates in the IT industry that are highly valued? preamble make a distinction Project Configuration: Dependency management: Embedded server: Development Experience: an actual example Sample Spring project: Sample Spring Boot project: summarize Column Highlights […]

  • [Spring]AOP advanced -JoinPoint and ProceedingJoinPoint

    Time:2024-5-15

    Article Catalog 1. Preamble2. Introduction to JoinPoint3. Obtaining information about the enhanced method4. ProceedingJoinPoint5. Obtaining information about the surround notification method6. Summary 1. Preamble In Spring AOP, JoinPoint and ProceedingJoinPoint are both key interfaces for getting information about methods in a cutover and controlling method execution. Their main difference lies in the way they are […]

  • Installing RabbitMQ service on Ubuntu Linux system and resolving public network remote access issues

    Time:2024-4-23

    Article Catalog preamble1. Install the erlang language2. Install rabbitMQ3. Intranet penetration3.1 Install cpolar Intranet Penetration (supports one-click auto-installation script)3.2 Creating an HTTP Tunnel 4. Remote connection to the public network5. Fixed public TCP address5.1 Reserve a fixed public TCP port address5.2 Configuring Fixed Public TCP Port Addresses preamble RabbitMQ is an AMQP (Advanced Message Queuing […]

  • SpringBoot Dynamic Timed Tasks

    Time:2024-3-7

    The timed task function in this article (Add, delete, change, start, pause) Without further ado, straight to the code, you guys can use it with direct CV!!!! Thread pool configuration class for executing timed tasks import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframework.scheduling.TaskScheduler; import org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler; @Configuration public class SchedulingConfig { @Bean public TaskScheduler taskScheduler() { ThreadPoolTaskScheduler taskScheduler […]

  • SpringBoot – LiteFlow Engine Framework

    Time:2024-3-5

    Introduction to LiteFlow LiteFlowanLightweight and powerful domestic rules engine frameworkIt can be used in the area of orchestration for complex componentized businesses. Helps make systems silky smooth and flexible. UtilizingLiteFlowYou can transform the waterfall code into a component as the core concept of the code structure, the benefit of this structure is that it can […]

  • [Spring]SpringBoot Unified Function Processing

    Time:2024-2-27

    Article Catalog preamble1. Interceptor1.1 What is an interceptor1.2 Use of interceptors1.2.1 Customizing Interceptors1.2.2 Registering a Configuration Interceptor 1.3 Interceptor Explained1.3.1 Intercepting paths1.3.2 Interceptor Execution Flow1.3.3 Adapter model 2. Harmonization of data return formats3. Harmonization of exception handling preamble In the daily use of the Spring framework for development, for some boards, you may need to […]

  • [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   […]

  • Spring Cloud Nacos and Eureka Differences, Including Hands-On Code

    Time:2023-10-1

    catalogs A detailed explanation of Spring Cloud Eureka2. Detailed explanation of Spring Cloud NacosSpring Cloud Nacos and Eureka differences Spring Cloud Nacos and Spring Cloud Eureka are both service registration and discovery components in the Spring Cloud microservices framework, used to help developers easily build and manage microservices applications. The main differences between them are […]