From 8abbee975353926e51a426a75c67119337fbdae4 Mon Sep 17 00:00:00 2001 From: zhitong.yu <xynz17@163.com> Date: 星期五, 27 十二月 2024 17:38:42 +0800 Subject: [PATCH] 通用版本V2.0 修复被检测漏洞 --- .idea/dataSources.xml | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) diff --git a/.idea/dataSources.xml b/.idea/dataSources.xml new file mode 100644 index 0000000..fe27499 --- /dev/null +++ b/.idea/dataSources.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="DataSourceManagerImpl" format="xml" multifile-model="true"> + <data-source source="LOCAL" name="hxzkuwb@localhost" uuid="31128ce2-6a8a-4f67-8778-a4529874ff61"> + <driver-ref>mysql.8</driver-ref> + <synchronize>true</synchronize> + <jdbc-driver>com.mysql.cj.jdbc.Driver</jdbc-driver> + <jdbc-url>jdbc:mysql://localhost:3306/hxzkuwb</jdbc-url> + <jdbc-additional-properties> + <property name="com.intellij.clouds.kubernetes.db.host.port" /> + <property name="com.intellij.clouds.kubernetes.db.enabled" value="false" /> + <property name="com.intellij.clouds.kubernetes.db.container.port" /> + </jdbc-additional-properties> + <working-dir>$ProjectFileDir$</working-dir> + </data-source> + </component> +</project> \ No newline at end of file -- Gitblit v1.10.0