Skip to content
#

springframework

Here are 1,676 public repositories matching this topic...

It covers the core concepts and key functions of Spring framework, including the use of inversion of control (IOC) container, the principle and practice of aspect oriented programming (AOP), the way and implementation of transaction management, the process and controller working mechanism of Spring MVC, and in-depth research on data access, security, boot automatic configuration in Spring. In addition, it also includes the application of Spring event mechanism, advanced topics such as cache abstraction and responsive programming, and in-depth discussion on the programming style and design pattern of Spring source code.

  • Updated Jul 29, 2024
  • Java

Mini spring is a simplified version of spring framework, which can help you quickly get familiar with spring source code and master the core principles of spring. The core logic of spring is extracted, the code is extremely simplified, and the core functions of spring are retained, such as IoC and AOP, resource loader, event listener, type conversion, container extension point, bean life cycle and scope, application context and other core functions.

  • Updated Aug 15, 2024
  • Java

🔥🔥🔥 FlyCloud microservice practical project framework, which includes a series of basic components and frameworks for building microservices with Spring Cloud, has great reference value for building the background service framework. You can refer to it or even modify it slightly, which can be directly applied to your own actual project development. This project does not use Maven for project construction, Maven uses xml for dependency management, which causes the entire configuration file to be too bloated and not very flexible. So I use Gradle for project construction and dependency management. In the FlyTour project, we have witnessed the power of Gradle, which can easily implement componentized functions through simple configurations. There are 11 Module projects in this project. There are 10 bit microservice projects, which constitute a complete microservice system. The microservice system contains 8 basic services and provides a complete set of microservice governance functions. They are the configuration center module_co

  • Updated Jun 29, 2020
  • Java

Improve this page

Add a description, image, and links to the springframework topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the springframework topic, visit your repo's landing page and select "manage topics. "

Learn more