We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99e843e commit 67759ffCopy full SHA for 67759ff
backend/src/main/java/com/reactpairdemo/demo/DemoApplication.java
@@ -1,7 +1,9 @@
1
package com.reactpairdemo.demo;
2
3
+import org.modelmapper.ModelMapper;
4
import org.springframework.boot.SpringApplication;
5
import org.springframework.boot.autoconfigure.SpringBootApplication;
6
+import org.springframework.context.annotation.Bean;
7
8
@SpringBootApplication
9
public class DemoApplication {
0 commit comments