Commit fa7974a3 authored by 黎博's avatar 黎博

日志调试

parent e6a0a973
...@@ -3,9 +3,7 @@ package cn.quantgroup.qaplatform; ...@@ -3,9 +3,7 @@ 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 {
......
...@@ -31,6 +31,6 @@ pagehelper: ...@@ -31,6 +31,6 @@ pagehelper:
logging: logging:
level: level:
root: info root: info
cn.quantgroup: debug # cn.quantgroup: debug
file: file:
name: /home/quant_group/logs/qa-platform.log name: /home/quant_group/logs/qa-platform.log
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