Skip to content

Commit

Permalink
chore: add javadoc for model mapper configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnaUgrai committed Jul 1, 2024
1 parent 6145a19 commit f4b8d09
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;

/**
* Configuration class for setting up application-wide beans.
*/
@Configuration
public class ModelMapperConfig {
@Bean
Expand Down

0 comments on commit f4b8d09

Please sign in to comment.