This is an automated email from the ASF dual-hosted git repository.

peacewong pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/linkis.git


The following commit(s) were added to refs/heads/master by this push:
     new 15621240ef Fix the eureka could not start (#5104)
15621240ef is described below

commit 15621240efcec8e5c698c59965c608f0cdb9d864
Author: ChengJie1053 <[email protected]>
AuthorDate: Fri Mar 22 12:32:16 2024 +0800

    Fix the eureka could not start (#5104)
---
 linkis-dist/package/conf/application-eureka.yml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/linkis-dist/package/conf/application-eureka.yml 
b/linkis-dist/package/conf/application-eureka.yml
index fb72b69c78..90220a7582 100644
--- a/linkis-dist/package/conf/application-eureka.yml
+++ b/linkis-dist/package/conf/application-eureka.yml
@@ -17,10 +17,20 @@ spring:
   application:
     name: linkis-mg-eureka
   profiles: eureka
+  mvc:
+    pathmatch:
+      matching-strategy: ant_path_matcher
 
 server:
   port: 20303
 
+springfox:
+  documentation:
+    enabled: false
+    auto-startup: false
+    swagger-ui:
+      enabled: false
+
 eureka:
   instance:
     # prefer-ip-address: true


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to