初始化
This commit is contained in:
34
src/main/resources/config/application.yml
Normal file
34
src/main/resources/config/application.yml
Normal file
@@ -0,0 +1,34 @@
|
||||
server:
|
||||
port: 8080
|
||||
error:
|
||||
path: /error
|
||||
|
||||
logging:
|
||||
level:
|
||||
root: debug
|
||||
file:
|
||||
path: ./logs
|
||||
logback:
|
||||
rollingpolicy:
|
||||
max-file-size: 50MB
|
||||
max-history: 10
|
||||
|
||||
spring:
|
||||
application:
|
||||
name: 打卡平台
|
||||
profiles:
|
||||
active: dev
|
||||
|
||||
hoperun:
|
||||
address: "浙江省杭州市西湖区转塘街道凌家桥路飞天园区120"
|
||||
longitueHead: "120.085"
|
||||
latitudeHead: "30.138"
|
||||
longitueShort: "120.0845715522375"
|
||||
latitudeShort: "30.140219809955912"
|
||||
qingUa: "Qing/0.9.113"
|
||||
userConfigMap:
|
||||
"16638":
|
||||
"project_id": "U2103S000112"
|
||||
"projectcode": "U2103S000112"
|
||||
"projectname": "JRKF-浙江网商-技术服务外包"
|
||||
"device": "Android 12;Redmi;M2007J3SC;deviceId:OAIDe7fa6084205e9a22d8f6f71bc91893ff;deviceName:Android"
|
||||
Reference in New Issue
Block a user