From c5d34456a4312ce71f7ccd5405252b4f0ac3a42b Mon Sep 17 00:00:00 2001 From: qiaozhanwei Date: Wed, 6 Nov 2019 17:28:02 +0800 Subject: [PATCH] remove application-alert.properties (#1167) * add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml * .escheduler_env.sh to dolphinscheduler_env.sh * dao yml assembly to conf directory * table name modify * entity title table name modify * logback log name modify * running through the big process * running through the big process error modify * logback log name modify * data_source.properties rename * logback log name modify * install.sh optimization * install.sh optimization * command count modify * command state update * countCommandState sql update * countCommandState sql update * remove application.yml file * master.properties modify * install.sh modify * install.sh modify * api server startup modify * the current user quits and the session is completely emptied. bug fix * remove pom package resources * checkQueueNameExist method update * checkQueueExist * install.sh error output update * signOut error update * ProcessDao is null bug fix * install.sh add mail.user * request url variables replace * process define import bug fix * process define import export bug fix * processdefine import export bug fix * down log suffix format modify * import export process define contains crontab error bug fix * add Flink local mode * ProcessDao is null bug fix * loadAverage display problem bug fix * MasterServer rename Server * rollback .env * rollback .env * MasterServer rename Server * the task is abnormal and task is running bug fix * owners and administrators can delete * dockerfile optimization * dockerfile optimization * dockerfile optimization * remove application-alert.properties --- .../src/main/resources/application-alert.properties | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 dolphinscheduler-alert/src/main/resources/application-alert.properties diff --git a/dolphinscheduler-alert/src/main/resources/application-alert.properties b/dolphinscheduler-alert/src/main/resources/application-alert.properties deleted file mode 100644 index cbc81b06e6..0000000000 --- a/dolphinscheduler-alert/src/main/resources/application-alert.properties +++ /dev/null @@ -1,5 +0,0 @@ -logging.config=classpath:alert_logback.xml - -# server port -server.port=7789 -