feat(exporter): 提供exporter项目专注于提供外部访问接口
单独使用exporter项目提供外部接口可以方便针对外部接口进行管理,比如加入更强的安全认证
This commit is contained in:
5
service-exporter/src/main/resources/application.yml
Normal file
5
service-exporter/src/main/resources/application.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
spring:
|
||||
application:
|
||||
name: service-exporter
|
||||
profiles:
|
||||
include: random-port,common,discovery,metrics,forest
|
||||
Reference in New Issue
Block a user