Welcome to my notes on Java and Spring Boot. This repository contains key information and useful notes related to Java development and the Spring Boot framework.
Java is a general-purpose, object-oriented programming language designed to have as few implementation dependencies as possible. It is known for its portability, meaning that Java programs can run on different platforms without modifications.
Spring Boot is a project within the Spring framework that simplifies the development of Java applications, especially microservices-based applications. It provides a set of pre-configured and opinionated conventions to ease configuration and rapid deployment of Spring applications.
- 10 Core Java: Basic fundamentals of the Java language.
- 1 Getting Started: Introduction and configuration of Spring Boot.
- 2 Spring Boot: Essential concepts of Spring Boot.
- 3 Spring Core IoC:
- 4 Spring MVC:
The notes are organized into Markdown files for easy reading and navigation. You can explore the files in this repository to get detailed information on each topic.
Contributions are welcome! If you find errors, have additional information, or suggestions, feel free to open an issue or send a pull request.