Coder Social home page Coder Social logo

aclaputra / spring-beans Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 109 KB

๐Ÿฅฌ๐ŸŒฑ โ€” Testing How Spring boot beans works behind the scene with JUnit TDD. including Primary Bean, Circular Dependencies, Scope, Depends on etc.

Home Page: https://docs.spring.io/spring-framework/docs/current/reference/html/

Java 100.00%
spring-beans junit inversion-of-control test-driven-development circular-dependency primary-bean spring-boot bean-scopes bean-depends-on

spring-beans's Introduction

spring beans

How Spring boot beans works behind the scene.

๐Ÿ“– basic knowledge

1 Inversion of Control
2 Test Driven Development

๐ŸŒฑ getting started

class test
1 Configuration Application Context Test
2 Singleton Singleton Test
4 Bean Configuration Bean Test
5
6
7
8
9
10

Inversion of Control

Inversion of Control is a principle in software engineering which transfers the control of objects or portions of a program to a container or framework. We most often use it in the context of object-oriented programming.

spring documentation. wikipedia

Test Driven Development

Test-driven development (TDD) is a software development process relying on software requirements being converted to test cases before software is fully developed, and tracking all software development by repeatedly testing the software against all test cases. This is as opposed to software being developed first and test cases created later.

spring documentation. wikipedia

spring-beans's People

Contributors

aclaputra avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.