Commit e6a0a973 authored by 黎博's avatar 黎博

日志报错解决

parent d46badee
...@@ -3,7 +3,9 @@ package cn.quantgroup.qaplatform; ...@@ -3,7 +3,9 @@ package cn.quantgroup.qaplatform;
import org.mybatis.spring.annotation.MapperScan; import org.mybatis.spring.annotation.MapperScan;
import org.springframework.boot.SpringApplication; import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.web.servlet.config.annotation.EnableWebMvc;
@EnableWebMvc
@SpringBootApplication @SpringBootApplication
@MapperScan(value = "cn.quantgroup.qaplatform.dao") @MapperScan(value = "cn.quantgroup.qaplatform.dao")
public class QaPlatformApplication { public class QaPlatformApplication {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment