From 2037edb2da5ab1be8a6149a2bb37a77397f9a682 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Tue, 10 Jan 2023 03:22:03 +0400 Subject: [PATCH] Add content for spring configuration --- .../content/100-spring-core/101-configuration.md | 11 ++++++++++- .../spring-boot/content/100-spring-core/index.md | 11 ++++++++++- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/src/roadmaps/spring-boot/content/100-spring-core/101-configuration.md b/src/roadmaps/spring-boot/content/100-spring-core/101-configuration.md index af4abbfe2..ea2361929 100644 --- a/src/roadmaps/spring-boot/content/100-spring-core/101-configuration.md +++ b/src/roadmaps/spring-boot/content/100-spring-core/101-configuration.md @@ -1 +1,10 @@ -# Configuration \ No newline at end of file +# Configuration + +Spring Core Configuration is the process of configuring the Spring Framework, which involves specifying the various configuration details required for an application to function properly. This can include setting up beans, specifying bean dependencies, configuring aspect-oriented programming (AOP) aspects, and more. Configuration can be done through Java code, XML files, or using annotations in the code. + +You can learn more about Spring Core Configuration from the links below: + +- [Spring Framework Documentation](https://docs.spring.io/spring/docs/current/spring-framework-reference/) +- ["Spring Configuration" tutorial](https://www.baeldung.com/project-configuration-with-spring) +- ["Spring Framework" tutorial](https://www.tutorialspoint.com/spring/index.htm) +- ["Spring Core" video tutorial](https://www.youtube.com/watch?v=GB8k2-Egfv0) \ No newline at end of file diff --git a/src/roadmaps/spring-boot/content/100-spring-core/index.md b/src/roadmaps/spring-boot/content/100-spring-core/index.md index 15dd10e96..5e65e2283 100644 --- a/src/roadmaps/spring-boot/content/100-spring-core/index.md +++ b/src/roadmaps/spring-boot/content/100-spring-core/index.md @@ -1 +1,10 @@ -# Spring core \ No newline at end of file +# Spring Core + +Spring is an application framework for the Java platform. It provides the infrastructure support for developing Java applications, including dependency injection, data access, transaction management, and more. + +You can learn more about Spring Core from the links below: + +- [Official website](https://spring.io/) +- [Official Documentation](https://spring.io/why-spring) +- [Getting Started with Spring](https://spring.io/guides/gs/spring-boot/) +- [Spring Core Tutorial](https://www.tutorialspoint.com/spring/index.htm) \ No newline at end of file