You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@linkis.apache.org by ca...@apache.org on 2022/06/23 13:19:21 UTC

[incubator-linkis] branch dev-1.1.3 updated: feat:fix bug#2325

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

casion pushed a commit to branch dev-1.1.3
in repository https://gitbox.apache.org/repos/asf/incubator-linkis.git


The following commit(s) were added to refs/heads/dev-1.1.3 by this push:
     new 2eb6ba59f feat:fix bug#2325
     new b4b5c0161 Merge pull request #2332 from ruY9527/dex-1.1.3-fix-perperties
2eb6ba59f is described below

commit 2eb6ba59f728cf3008bd64f32de7f46fd934349b
Author: ruY <43...@users.noreply.github.com>
AuthorDate: Thu Jun 23 20:42:46 2022 +0800

    feat:fix bug#2325
---
 assembly-combined-package/assembly-combined/conf/linkis.properties | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/assembly-combined-package/assembly-combined/conf/linkis.properties b/assembly-combined-package/assembly-combined/conf/linkis.properties
index 4adf5de85..7f5305d33 100644
--- a/assembly-combined-package/assembly-combined/conf/linkis.properties
+++ b/assembly-combined-package/assembly-combined/conf/linkis.properties
@@ -56,4 +56,6 @@ spring.spring.servlet.multipart.max-file-size=500MB
 spring.spring.servlet.multipart.max-request-size=500MB
 
 # note:value of zero means Jetty will never write to disk. https://github.com/spring-projects/spring-boot/issues/9073
-spring.spring.servlet.multipart.file-size-threshold=50MB
\ No newline at end of file
+spring.spring.servlet.multipart.file-size-threshold=50MB
+# note: org.springframework.cloud.config.client.ConfigServiceBootstrapConfiguration.configServicePropertySource need to disable
+spring.spring.cloud.config.enabled=false
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org
For additional commands, e-mail: commits-help@linkis.apache.org