https://github.com/deepraj1729/exploring-spring
Exploring Spring and Spring-boot though some projects
https://github.com/deepraj1729/exploring-spring
java spring spring-aop spring-boot spring-data-jpa spring-mvc spring-web
Last synced: 5 months ago
JSON representation
Exploring Spring and Spring-boot though some projects
- Host: GitHub
- URL: https://github.com/deepraj1729/exploring-spring
- Owner: deepraj1729
- License: mit
- Created: 2022-04-05T11:36:38.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-23T22:05:49.000Z (about 4 years ago)
- Last Synced: 2025-04-09T23:45:23.679Z (about 1 year ago)
- Topics: java, spring, spring-aop, spring-boot, spring-data-jpa, spring-mvc, spring-web
- Language: Java
- Homepage:
- Size: 193 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Explore-Spring-Springboot
Exploring Spring and Sprinboot by building projects
## Requirements
- Java-JDK: 17
- IDE supporting Maven Integration: Intellij IDEA or Elcipse
## Setup JAVA PATH:
JAVA_HOME: "path/to/jdk/"
## Projects:
learn-spring-framework
|__ Understanding loose coupling with interfaces and spring way of handling objects
|__ Implementing Binarysearch using spring with loose coupling through Interfaces and initializing through Spring Beans
coronavirus-tracker/
|__ Springboot application to get Latest data of Covid19 cases
|__ Runs on Localhost:8080 (as per Tomcat server default PORT setting)
course-management-logger/
|__ Springboot application based on CRUD application using Spring Data JPA, Spring-boot, MySQL
|__ REST API with endpoints "/courses", "/courses/{id}" serving on localhost:8080
|__ Methods GET, POST, PUT, DELETE
|__ Save RequestType and Timestamp to a Logging Table (in same DB)