Skip to content

Commit

Permalink
Temporarily hide the gateway test case
Browse files Browse the repository at this point in the history
  • Loading branch information
ChengJie1053 committed Nov 24, 2023
1 parent 0014c04 commit 4aa8664
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,15 @@ data:
spring:
application:
name: linkis-cg-engineconn
cloud:
loadbalancer:
cache:
enabled: false
main:
allow-circular-references: true
mvc:
pathmatch:
matching-strategy: ant_path_matcher
servlet:
multipart:
max-file-size: 500MB
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@
server:
port: 9010
spring:
cloud:
loadbalancer:
cache:
enabled: false
main:
allow-circular-references: true
mvc:
pathmatch:
matching-strategy: ant_path_matcher
Expand All @@ -36,3 +42,7 @@ management:
web:
exposure:
include: refresh,info

knife4j:
enable: false
production: false

0 comments on commit 4aa8664

Please sign in to comment.