|
|
|
@ -6,6 +6,7 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
|
|
|
|
|
import org.springframework.context.annotation.ComponentScan;
|
|
|
|
|
|
|
|
|
|
@SpringBootApplication
|
|
|
|
|
|
|
|
|
|
@ComponentScan(basePackages = {"com.example.demo.controller" ,"com.example.demo.config"})
|
|
|
|
|
@MapperScan("com.example.demo.mapper")
|
|
|
|
|
|
|
|
|
|