You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
spring:
|
|
#spring-admin监控
|
|
boot:
|
|
admin:
|
|
client:
|
|
instance:
|
|
service-base-url: http://${spring.cloud.client.ipaddress}:${server.port}
|
|
url: http://spring-boot-admin-1.itax.local:42000
|
|
username: spring_user
|
|
password: Invoice!!.spring1.
|
|
|