Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/h3ar7b3a7/morespringcourses
Some projects made while learning about Spring Core & Spring MVC.
https://github.com/h3ar7b3a7/morespringcourses
spring spring-boot spring-core spring-data spring-mvc spring-security
Last synced: 1 day ago
JSON representation
Some projects made while learning about Spring Core & Spring MVC.
- Host: GitHub
- URL: https://github.com/h3ar7b3a7/morespringcourses
- Owner: H3AR7B3A7
- Created: 2021-09-01T21:14:02.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-09-21T18:30:22.000Z (about 2 years ago)
- Last Synced: 2023-03-10T22:22:27.189Z (over 1 year ago)
- Topics: spring, spring-boot, spring-core, spring-data, spring-mvc, spring-security
- Language: Java
- Homepage:
- Size: 4.05 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Some Spring Courses
## Core
- **Pivotal Certified Professional**, a book by Iuliana Cosmina
- [Spring Exploration](spring-exploration/README.md)
- **Spring Fundamentals**, a Pluralsight course by Bryan Hansen
- [Java Config](conference-java/README.md)
- [XML Config](conference-xml/README.md)
- **Creating Your First Spring Boot Application**, a Pluralsight course by Dan Bunker
- [Conference Demo](conference-demo/README.md)
- **Spring Boot Fundamentals**, a Pluralsight course by Kesha Williams
- [TrackZilla App](track-zilla/README.md)
- [TrackZilla REST Service](track-zilla-REST/README.md)
- [TrackZilla GraphQL Service](track-zilla-GraphQL/README.md)
- **Spring Boot Actuator**, a Pluralsight course by Dustin Schultz
- [Todo App](todo-app/README.md)
- **Spring Expression Language (SpEL)**, a Pluralsight course by Buddhini Samarakkody
- [Java SpEL](spel-demo/README.md)
- [XML SpEL](spel-demo-xml/README.md)
- **Aspect Oriented Programming with Spring AOP**, a Pluralsight course by Catalin Tudose
- [AOP Examples](aop-examples/README.md)
- [Flight Management Demo](flightsmanagement/README.md)
- [Introductions XML](flightsmanagement-xml/README.md)
- [Introductions Java](flightsmanagement-java/README.md)## MVC
- **Spring MVC Fundamentals**, a Pluralsight course by Bryan Hansen
- [Conference JSP](conference-app/README.md)
- [Conference Thymeleaf](conference-app-thymeleaf/README.md)
- **Documenting Spring Data Rest APIs with Swagger and Springfox**, a Pluralsight course by Craig Golightly
- [Swagger Demo](swagger-demo/README.md)
- **Versioning Spring Data REST APIs**, a Pluralsight course by Craig Golightly
- [API Versioning](swagger-demo/Versioning.md)## Data
- **Overview of Spring Data**, a Pluralsight course by Andrew Morgan
- [Overview](spring-data-overview/README.md)
- [Mongo](spring-data-overview-mongo/README.md)
- **Building Applications Using Spring JDBC**, a Pluralsight course by Bryan Hansen
- [Ride Sharing](ride-sharing/README.md)
- **Spring Data JPA**, a Pluralsight course by Dan Bunker
- [Conference App](conference-data-jpa/README.md)
- **Spring Data JPA with Hibernate**, a Pluralsight course by Bryan Hansen
- [Conference App](conference-app-jpa/README.md)
- **Spring Data MongoDB**, a Pluralsight course by Dan Geabunea
- [Airport Management MongoTemplate](data-jpa-mongo/README.md)
- [Airport Management MongoRepository](data-jpa-mongo-repository/README.md)
- [Airport Management Document References](data-jpa-mongo-references/README.md)
- [Airport Management Mongobee](data-jpa-mongobee/README.md)## Security
- **Securing Spring Applications against Common Security Threats**, a Pluralsight course by Wojciech Lesniak
- [Crypto Portfolio](crypto-portfolio/README.md)
- **Authenticating Users with Spring Security**, a PluralSight course by Bryan Hansen
- [Conference App](conference-security/README.md)
- **Using Spring Security OAuth2 Login**, a PluralSight course by Wojciech Lesniak
- [Crypto Portfolio](crypto-portfolio-oauth/README.md)
- **Spring Security OAuth Authorization Server**, a Baeldung article
- [Authorization Server](authorization-servers/spring-authorization-server/authorization-server/README.md)## DDD & EDD
- **Domain Driven Design & Event Driven Design**, an example project structure by me
- [Video Store](video-store/README.md)