feat(exporter): 提供exporter项目专注于提供外部访问接口

单独使用exporter项目提供外部接口可以方便针对外部接口进行管理,比如加入更强的安全认证
This commit is contained in:
2024-02-02 20:49:53 +08:00
parent 7c9ba2876f
commit 02f22070fd
10 changed files with 221 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
spring:
application:
name: service-exporter
profiles:
include: random-port,common,discovery,metrics,forest