Skip to content

Ar11rA/Learning-Spring

Repository files navigation

Understanding spring and its best practices

Topics

  1. Bookstore example to learn basics of spring - Just a simple request/response model
  2. Dependency Injection Demo -
    • Contructor
    • Property
    • Getter
  3. Sample Jokes App with thymeleaf - No DB
  4. Recipes App with thymeleaf - H2 DB
  5. Spring Testing
  6. RESTful APIs using spring( With Mapstruct and validations)
  7. Docker with spring
  8. Basic Authentication and Authorization

Sources

  1. https://www.udemy.com/spring-framework-5-beginner-to-guru
  2. https://spring.io/guides/gs/spring-boot/
  3. https://www.callicoder.com/spring-boot-rest-api-tutorial-with-mysql-jpa-hibernate/
  4. https://www.boraji.com/spring-mvc-4-restcontroller-example
  5. https://medium.com/@harittweets/evolving-your-database-using-spring-boot-and-liquibase-844fcd7931da
  6. http://www.baeldung.com/liquibase-refactor-schema-of-java-app
  7. http://www.baeldung.com/rest-with-spring-series
  8. https://dzone.com/articles/implementing-jwt-authentication-on-spring-boot-api/

Releases

No releases published

Packages

No packages published

Languages