feature(all): 优化 yml 配置文件的复用
This commit is contained in:
@@ -1,30 +1,5 @@
|
||||
server:
|
||||
port: 0
|
||||
spring:
|
||||
application:
|
||||
name: service-flink-query
|
||||
main:
|
||||
banner-mode: off
|
||||
jackson:
|
||||
serialization:
|
||||
fail-on-empty-beans: false
|
||||
management:
|
||||
endpoints:
|
||||
web:
|
||||
exposure:
|
||||
include: "*"
|
||||
endpoint:
|
||||
prometheus:
|
||||
enabled: true
|
||||
metrics:
|
||||
export:
|
||||
jmx:
|
||||
enabled: false
|
||||
eureka:
|
||||
instance:
|
||||
hostname: localhost
|
||||
prefer-ip-address: true
|
||||
instance-id: ${spring.application.name}-${eureka.instance.hostname}-${random.uuid}-${datetime}
|
||||
client:
|
||||
service-url:
|
||||
defaultZone: http://localhost:35670/eureka/
|
||||
profiles:
|
||||
active: common,eureka,metrics
|
||||
Reference in New Issue
Block a user