Skip to content

Commit 67759ff

Browse files
author
Somnath More
committed
Added ModelMapper
1 parent 99e843e commit 67759ff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

backend/src/main/java/com/reactpairdemo/demo/DemoApplication.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
package com.reactpairdemo.demo;
22

3+
import org.modelmapper.ModelMapper;
34
import org.springframework.boot.SpringApplication;
45
import org.springframework.boot.autoconfigure.SpringBootApplication;
6+
import org.springframework.context.annotation.Bean;
57

68
@SpringBootApplication
79
public class DemoApplication {

0 commit comments

Comments
 (0)