修正 starter 的 spring.factories 文件, 设定autoconfiguration

This commit is contained in:
Administrator
2020-11-02 16:37:06 +08:00
parent 8851727cf0
commit 2bb3ca8f5b
23 changed files with 60 additions and 35 deletions

View File

@ -0,0 +1,17 @@
registry {
type = "eureka"
eureka {
serviceUrl = "http://192.168.40.17:12093/eureka/,http://192.168.40.17:18126/eureka/,http://192.168.40.17:28641/eureka/"
application = "default"
weight = "1"
}
}
config {
type = "file"
file {
name = "file.conf"
}
}