From a409f25604c3a6e8f68d4be15ed8f540dfdaf1f0 Mon Sep 17 00:00:00 2001 From: 75349 <753495441@qq.com> Date: Thu, 1 Dec 2022 18:26:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=97=A0=E6=95=88=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.properties | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 src/main/resources/application.properties diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties deleted file mode 100644 index ac4dc52..0000000 --- a/src/main/resources/application.properties +++ /dev/null @@ -1,18 +0,0 @@ -#spring.application.name=liteflow-mysql -#liteflow.rule-source-ext-data={\ -# "url":"jdbc:mysql://localhost:3306/test_db",\ -# "driverClassName":"com.mysql.cj.jdbc.Driver",\ -# "username":"root",\ -# "password":"123456",\ -# "applicationName": "demo",\ -# "chainTableName": "chain",\ -# "chainApplicationNameField": "application_name",\ -# "chainNameField": "chain_name",\ -# "elDataField": "el_data",\ -# "scriptTableName": "script",\ -# "scriptApplicationNameField": "application_name",\ -# "scriptIdField": "script_id",\ -# "scriptNameField": "script_name",\ -# "scriptDataField": "script_data",\ -# "scriptTypeField": "script_type" -# } \ No newline at end of file