Skip to content

Coding Tutorials

Prasad Talasila edited this page Mar 24, 2018 · 13 revisions

Spring Terminology

Other Annotations

Testing

SOLID Principles in Spring Framework

  • Single Responsibility Principle (SRP)
  • Open Close Principle (OCP)
  • Liskov Substitution Principle (LSP)
  • Interface Segregation Principle (ISP)
  • Dependency Inversion Principle (DIP)

References

  1. https://springframework.guru/spring-framework-annotations/
Clone this wiki locally