新增忽略
This commit is contained in:
parent
da216a9d6e
commit
57afca9034
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,4 +1,5 @@
|
||||
target/
|
||||
logs/
|
||||
!.mvn/wrapper/maven-wrapper.jar
|
||||
!**/src/main/**/target/
|
||||
!**/src/test/**/target/
|
||||
|
||||
@ -117,8 +117,15 @@ minio:
|
||||
show-url: https://www.cdzhuojing.cn/file
|
||||
|
||||
logging:
|
||||
level:
|
||||
root: INFO
|
||||
org.springframework.web: WARN
|
||||
org.mybatis: DEBUG # 查看MyBatis SQL语句
|
||||
file:
|
||||
name: logs/${spring.application.name}.log # 输出到文件(默认追加)
|
||||
pattern:
|
||||
dateformat: yyyy-MM-dd HH:mm:ss.SSS # 包含毫秒
|
||||
console: "%d{yyyy-MM-dd HH:mm:ss} - %highlight(%-5level) [%thread] %cyan(%logger{36}) : %msg%n"
|
||||
file: "%d{yyyy-MM-dd HH:mm:ss} [%thread] %-5level %logger{36} - %msg%n"
|
||||
|
||||
geo-coding:
|
||||
api-url: https://restapi.amap.com/v3/geocode
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user