部署环境
This commit is contained in:
parent
771de626fc
commit
a026cabf43
@ -1,5 +1,5 @@
|
||||
server:
|
||||
port: 10015
|
||||
port: 10016
|
||||
spring:
|
||||
application:
|
||||
name: ebike-report
|
||||
@ -14,7 +14,7 @@ spring:
|
||||
date-format: yyyy-MM-dd HH:mm:ss
|
||||
time-zone: GMT+8
|
||||
kafka:
|
||||
bootstrap-servers: 47.109.141.125:9092
|
||||
bootstrap-servers: 192.168.1.11:9092
|
||||
producer:
|
||||
retries: 0
|
||||
key-serializer: org.apache.kafka.common.serialization.StringSerializer
|
||||
@ -56,3 +56,9 @@ management:
|
||||
endpoint:
|
||||
health:
|
||||
show-details: always
|
||||
|
||||
logging:
|
||||
file:
|
||||
name: logs/${spring.application.name}.log
|
||||
pattern:
|
||||
dateformat: yyyy-MM-dd HH:mm:ss.SSS # 包含毫秒
|
||||
Loading…
x
Reference in New Issue
Block a user