Browse Source

dockerfile add application-api.properties and change application.properties to application-dao.properties (#1259)

* ConnectionFactory add paging intercepter

* remove spotbugs-annotations.jar LGPL protocol

* test

* catch exception transaction method does not take effect to modify

* .evn rollback

* DataSourceService rollback

* LogViewServiceGrpc rollback

* dockerfile add application-api.properties and change application.properties to application-dao.properties
qiaozhanwei 5 years ago
parent
commit
e3299e62cf

+ 23 - 0
dockerfile/conf/dolphinscheduler/conf/application-api.properties

@@ -0,0 +1,23 @@
+logging.config=classpath:apiserver_logback.xml
+
+# server port
+server.port=12345
+
+# session config
+server.servlet.session.timeout=7200
+
+server.servlet.context-path=/dolphinscheduler/
+
+# file size limit for upload
+spring.servlet.multipart.max-file-size=1024MB
+spring.servlet.multipart.max-request-size=1024MB
+
+#post content
+server.jetty.max-http-post-size=5000000
+
+spring.messages.encoding=UTF-8
+
+#i18n classpath folder , file prefix messages, if have many files, use "," seperator
+spring.messages.basename=i18n/messages
+
+

dockerfile/conf/dolphinscheduler/conf/application.properties → dockerfile/conf/dolphinscheduler/conf/application-dao.properties