feat(gateway): 迁移gateway到hudi service项目中

This commit is contained in:
2024-01-15 10:14:43 +08:00
parent 783c05f6da
commit f5b1845d97
11 changed files with 245 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
server:
port: 35690
spring:
application:
name: service-gateway
profiles:
include: common,discovery,metrics
cloud:
gateway:
discovery:
locator:
enabled: true