feat(gateway): 迁移gateway到hudi service项目中
This commit is contained in:
12
service-gateway/src/main/resources/application.yml
Normal file
12
service-gateway/src/main/resources/application.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
server:
|
||||
port: 35690
|
||||
spring:
|
||||
application:
|
||||
name: service-gateway
|
||||
profiles:
|
||||
include: common,discovery,metrics
|
||||
cloud:
|
||||
gateway:
|
||||
discovery:
|
||||
locator:
|
||||
enabled: true
|
||||
Reference in New Issue
Block a user