Добавить
Уведомления

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

12+
15 просмотров
2 года назад
12+
15 просмотров
2 года назад

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

, чтобы оставлять комментарии