diff --git a/dolphinscheduler-alert/dolphinscheduler-alert-server/src/main/resources/application.yaml b/dolphinscheduler-alert/dolphinscheduler-alert-server/src/main/resources/application.yaml index 1de6b9fb64330d0f7b31d5ba08e05bfe3b62cd51..40e4b78e62fc77b0dcc0aa4484e069b6c2a870ca 100644 --- a/dolphinscheduler-alert/dolphinscheduler-alert-server/src/main/resources/application.yaml +++ b/dolphinscheduler-alert/dolphinscheduler-alert-server/src/main/resources/application.yaml @@ -21,8 +21,8 @@ spring: jackson: time-zone: UTC date-format: "yyyy-MM-dd HH:mm:ss" - main: - banner-mode: off + banner: + charset: UTF-8 datasource: driver-class-name: org.postgresql.Driver url: jdbc:postgresql://127.0.0.1:5432/dolphinscheduler diff --git a/dolphinscheduler-alert/dolphinscheduler-alert-server/src/main/resources/banner.txt b/dolphinscheduler-alert/dolphinscheduler-alert-server/src/main/resources/banner.txt new file mode 100644 index 0000000000000000000000000000000000000000..1b0e621288a5bb9b7d385297ad26058b7c87d06c --- /dev/null +++ b/dolphinscheduler-alert/dolphinscheduler-alert-server/src/main/resources/banner.txt @@ -0,0 +1,12 @@ +${AnsiColor.BLUE}${AnsiStyle.BOLD} +================================================================================ + _ _ _ _ ____ _ _ _ + __| | ___ | |_ __ | |__ (_)_ __ / ___| ___| |__ ___ __| |_ _| | ___ _ __ + / _` |/ _ \| | '_ \| '_ \| | '_ \\___ \ / __| '_ \ / _ \/ _` | | | | |/ _ \ '__| +| (_| | (_) | | |_) | | | | | | | |___) | (__| | | | __/ (_| | |_| | | __/ | + \__,_|\___/|_| .__/|_| |_|_|_| |_|____/ \___|_| |_|\___|\__,_|\__,_|_|\___|_| + |_| +================================================================================ +${AnsiColor.BLUE}${AnsiStyle.BOLD} +:: Dolphinscheduler alert server :: ${application.formatted-version} +${AnsiStyle.NORMAL} diff --git a/dolphinscheduler-api/src/main/resources/application.yaml b/dolphinscheduler-api/src/main/resources/application.yaml index 02b64b148bfe9a05e63fd1565318819ed4b6fd2e..3db21c3a0477e04a66fbe3202c7f37b85042e129 100644 --- a/dolphinscheduler-api/src/main/resources/application.yaml +++ b/dolphinscheduler-api/src/main/resources/application.yaml @@ -30,8 +30,8 @@ server: spring: application: name: api-server - main: - banner-mode: off + banner: + charset: UTF-8 jackson: time-zone: UTC date-format: "yyyy-MM-dd HH:mm:ss" diff --git a/dolphinscheduler-api/src/main/resources/banner.txt b/dolphinscheduler-api/src/main/resources/banner.txt new file mode 100644 index 0000000000000000000000000000000000000000..28ece5e91f0a276e6b9d000b8b42169967b1c8a3 --- /dev/null +++ b/dolphinscheduler-api/src/main/resources/banner.txt @@ -0,0 +1,12 @@ +${AnsiColor.BLUE}${AnsiStyle.BOLD} +================================================================================ + _ _ _ _ ____ _ _ _ + __| | ___ | |_ __ | |__ (_)_ __ / ___| ___| |__ ___ __| |_ _| | ___ _ __ + / _` |/ _ \| | '_ \| '_ \| | '_ \\___ \ / __| '_ \ / _ \/ _` | | | | |/ _ \ '__| +| (_| | (_) | | |_) | | | | | | | |___) | (__| | | | __/ (_| | |_| | | __/ | + \__,_|\___/|_| .__/|_| |_|_|_| |_|____/ \___|_| |_|\___|\__,_|\__,_|_|\___|_| + |_| +================================================================================ +${AnsiColor.BLUE}${AnsiStyle.BOLD} +:: Dolphinscheduler api server :: ${application.formatted-version} +${AnsiStyle.NORMAL} diff --git a/dolphinscheduler-master/src/main/resources/application.yaml b/dolphinscheduler-master/src/main/resources/application.yaml index 0065ce393edef838f37c5796a284c5d2de2ec4cc..0b6b3c811e54e338248e533332a062b23d525c49 100644 --- a/dolphinscheduler-master/src/main/resources/application.yaml +++ b/dolphinscheduler-master/src/main/resources/application.yaml @@ -15,8 +15,8 @@ # limitations under the License. # spring: - main: - banner-mode: off + banner: + charset: UTF-8 application: name: master-server jackson: diff --git a/dolphinscheduler-master/src/main/resources/banner.txt b/dolphinscheduler-master/src/main/resources/banner.txt new file mode 100644 index 0000000000000000000000000000000000000000..ce8c3b508d456bd16992a1b8bd712955b57c1d88 --- /dev/null +++ b/dolphinscheduler-master/src/main/resources/banner.txt @@ -0,0 +1,12 @@ +${AnsiColor.BLUE}${AnsiStyle.BOLD} +================================================================================ + _ _ _ _ ____ _ _ _ + __| | ___ | |_ __ | |__ (_)_ __ / ___| ___| |__ ___ __| |_ _| | ___ _ __ + / _` |/ _ \| | '_ \| '_ \| | '_ \\___ \ / __| '_ \ / _ \/ _` | | | | |/ _ \ '__| +| (_| | (_) | | |_) | | | | | | | |___) | (__| | | | __/ (_| | |_| | | __/ | + \__,_|\___/|_| .__/|_| |_|_|_| |_|____/ \___|_| |_|\___|\__,_|\__,_|_|\___|_| + |_| +================================================================================ +${AnsiColor.BLUE}${AnsiStyle.BOLD} +:: Dolphinscheduler master server :: ${application.formatted-version} +${AnsiStyle.NORMAL} diff --git a/dolphinscheduler-standalone-server/src/main/resources/application.yaml b/dolphinscheduler-standalone-server/src/main/resources/application.yaml index 05988201a88cfc03fc90ef55bf4fb4c95c9d7717..7950d8017772a1653e91d185e3238580887e2f35 100644 --- a/dolphinscheduler-standalone-server/src/main/resources/application.yaml +++ b/dolphinscheduler-standalone-server/src/main/resources/application.yaml @@ -21,8 +21,8 @@ spring: jackson: time-zone: UTC date-format: "yyyy-MM-dd HH:mm:ss" - main: - banner-mode: off + banner: + charset: UTF-8 cache: # default enable cache, you can disable by `type: none` type: none diff --git a/dolphinscheduler-standalone-server/src/main/resources/banner.txt b/dolphinscheduler-standalone-server/src/main/resources/banner.txt new file mode 100644 index 0000000000000000000000000000000000000000..0b1f0023a864fe816f9802b4eaa547f04628028a --- /dev/null +++ b/dolphinscheduler-standalone-server/src/main/resources/banner.txt @@ -0,0 +1,12 @@ +${AnsiColor.BLUE}${AnsiStyle.BOLD} +================================================================================ + _ _ _ _ ____ _ _ _ + __| | ___ | |_ __ | |__ (_)_ __ / ___| ___| |__ ___ __| |_ _| | ___ _ __ + / _` |/ _ \| | '_ \| '_ \| | '_ \\___ \ / __| '_ \ / _ \/ _` | | | | |/ _ \ '__| +| (_| | (_) | | |_) | | | | | | | |___) | (__| | | | __/ (_| | |_| | | __/ | + \__,_|\___/|_| .__/|_| |_|_|_| |_|____/ \___|_| |_|\___|\__,_|\__,_|_|\___|_| + |_| +================================================================================ +${AnsiColor.BLUE}${AnsiStyle.BOLD} +:: Dolphinscheduler standalone server :: ${application.formatted-version} +${AnsiStyle.NORMAL} diff --git a/dolphinscheduler-worker/src/main/resources/application.yaml b/dolphinscheduler-worker/src/main/resources/application.yaml index 77c539f4b3ef371a4c12a0284c45581eb4539570..f0be99cef1395a0b9269b255531d2542db88d62f 100644 --- a/dolphinscheduler-worker/src/main/resources/application.yaml +++ b/dolphinscheduler-worker/src/main/resources/application.yaml @@ -15,8 +15,8 @@ # limitations under the License. # spring: - main: - banner-mode: off + banner: + charset: UTF-8 application: name: worker-server jackson: diff --git a/dolphinscheduler-worker/src/main/resources/banner.txt b/dolphinscheduler-worker/src/main/resources/banner.txt new file mode 100644 index 0000000000000000000000000000000000000000..7f93ee991b5ce2a3e2d86517c567d79db58ddfb4 --- /dev/null +++ b/dolphinscheduler-worker/src/main/resources/banner.txt @@ -0,0 +1,12 @@ +${AnsiColor.BLUE}${AnsiStyle.BOLD} +================================================================================ + _ _ _ _ ____ _ _ _ + __| | ___ | |_ __ | |__ (_)_ __ / ___| ___| |__ ___ __| |_ _| | ___ _ __ + / _` |/ _ \| | '_ \| '_ \| | '_ \\___ \ / __| '_ \ / _ \/ _` | | | | |/ _ \ '__| +| (_| | (_) | | |_) | | | | | | | |___) | (__| | | | __/ (_| | |_| | | __/ | + \__,_|\___/|_| .__/|_| |_|_|_| |_|____/ \___|_| |_|\___|\__,_|\__,_|_|\___|_| + |_| +================================================================================ +${AnsiColor.BLUE}${AnsiStyle.BOLD} +:: Dolphinscheduler work server :: ${application.formatted-version} +${AnsiStyle.NORMAL}