Spring Boot Framework tutorial #7 Create DTO class and Mapping with Mapper class #springboot
How to create target/generated-sources/annotations folder in the Spring boot project. How to create automatic target/generated-sources/annotations folder while mapping the dto class @Bean public StudentMapper getMapper() { return new StudentMapperImpl(); } add this bean annotation in main class
How to create target/generated-sources/annotations folder in the Spring boot project. How to create automatic target/generated-sources/annotations folder while mapping the dto class @Bean public StudentMapper getMapper() { return new StudentMapperImpl(); } add this bean annotation in main class