Skip to content
Snippets Groups Projects
Commit d8e60f40 authored by Martin Slovík's avatar Martin Slovík
Browse files

Removing ModelMapper

parent 0adbf049
No related branches found
No related tags found
No related merge requests found
package cz.muni.fi.pa165.core.config;
import org.modelmapper.ModelMapper;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
@Configuration
public class MapperConfig {
@Bean
public ModelMapper modelMapper() {
return new ModelMapper();
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment