ନ୍ୟୁଜ୍

FreeCodeCamp Spring Boot 3 Tutorial - Summary This is where I'm taking notes regarding a course on backend development, "Building web applications in Java with Spring Boot 3", hosted by FreeCodeCamp.
Spring Boot's @ConfigurationProperties annotation The next step is to create a class that will be decorated with the Spring Boot @ConfigurationProperties and Spring @Component annotations. This class ...
What does Spring's @ComponentScan annotation do? If, during initialization, the Spring container loads a bean decorated with the @ComponentScan annotation, Spring will search within that class' ...
Spring Boot ActiveStorage app provide two annotation │ └── HasOneAttached.java │ └── HasManyAttached.java to attach file single or multiple file to any model entity - maearon/spring-attach-file ...