部署环境

This commit is contained in:
attiya 2026-01-14 09:40:34 +08:00
parent 771de626fc
commit a026cabf43

View File

@ -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
@ -56,3 +56,9 @@ management:
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 # 包含毫秒