Commit 76e39532 authored by 黎博's avatar 黎博

解决日志报错问题

parent fa7974a3
...@@ -25,6 +25,12 @@ ...@@ -25,6 +25,12 @@
<artifactId>spring-boot-starter-web</artifactId> <artifactId>spring-boot-starter-web</artifactId>
</dependency> </dependency>
<!-- 解决HEAD "/tech/health/check", parameters={} 404的问题 -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-aop</artifactId> <artifactId>spring-boot-starter-aop</artifactId>
......
...@@ -31,6 +31,6 @@ pagehelper: ...@@ -31,6 +31,6 @@ pagehelper:
logging: logging:
level: level:
root: info root: info
# cn.quantgroup: debug cn.quantgroup.qaplatform: 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