修改忽略文件

This commit is contained in:
朱毅骏 2022-08-17 14:58:28 +08:00
parent 666056d2f8
commit fbb6784a29
4 changed files with 1 additions and 21 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
.idea/
Thumbs.db
Thumbs.db:encryptable
ehthumbs.db

View File

@ -1,21 +0,0 @@
server:
port: 9029
spring:
application:
name: oauth-server
security:
user:
name: user
password: 123456
roles: USER,ADMIN
logging:
level:
cn:
zyjblogs:
oauth: INFO
org:
springframework:
security: INFO
pattern:
console: '%clr(%d{E HH:mm:ss.SSS}){blue} %clr(%-5p) %clr(${PID}){faint} %clr(---){faint}
%clr([%8.15t]){cyan} %clr(%-40.40logger{0}){blue} %clr(:){red} %clr(%m){faint}%n'