部署环境
This commit is contained in:
parent
771de626fc
commit
a026cabf43
@ -1,5 +1,5 @@
|
|||||||
server:
|
server:
|
||||||
port: 10015
|
port: 10016
|
||||||
spring:
|
spring:
|
||||||
application:
|
application:
|
||||||
name: ebike-report
|
name: ebike-report
|
||||||
@ -14,7 +14,7 @@ spring:
|
|||||||
date-format: yyyy-MM-dd HH:mm:ss
|
date-format: yyyy-MM-dd HH:mm:ss
|
||||||
time-zone: GMT+8
|
time-zone: GMT+8
|
||||||
kafka:
|
kafka:
|
||||||
bootstrap-servers: 47.109.141.125:9092
|
bootstrap-servers: 192.168.1.11:9092
|
||||||
producer:
|
producer:
|
||||||
retries: 0
|
retries: 0
|
||||||
key-serializer: org.apache.kafka.common.serialization.StringSerializer
|
key-serializer: org.apache.kafka.common.serialization.StringSerializer
|
||||||
@ -55,4 +55,10 @@ management:
|
|||||||
include: health,info
|
include: health,info
|
||||||
endpoint:
|
endpoint:
|
||||||
health:
|
health:
|
||||||
show-details: always
|
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