From ef9d846de18b685d61197c73c3eab07d2b801dc1 Mon Sep 17 00:00:00 2001 From: wu <731351411@qq.com> Date: 星期二, 23 一月 2024 16:08:30 +0800 Subject: [PATCH] 增加握手协议和增加Json文件 --- springboot-vue3/.idea/libraries/Maven__com_zaxxer_HikariCP_3_4_5.xml | 24 ++++++++++++------------ 1 files changed, 12 insertions(+), 12 deletions(-) diff --git a/springboot-vue3/.idea/libraries/Maven__com_zaxxer_HikariCP_3_4_5.xml b/springboot-vue3/.idea/libraries/Maven__com_zaxxer_HikariCP_3_4_5.xml index 52427de..97e2291 100644 --- a/springboot-vue3/.idea/libraries/Maven__com_zaxxer_HikariCP_3_4_5.xml +++ b/springboot-vue3/.idea/libraries/Maven__com_zaxxer_HikariCP_3_4_5.xml @@ -1,13 +1,13 @@ -<component name="libraryTable"> - <library name="Maven: com.zaxxer:HikariCP:3.4.5"> - <CLASSES> - <root url="jar://$MAVEN_REPOSITORY$/com/zaxxer/HikariCP/3.4.5/HikariCP-3.4.5.jar!/" /> - </CLASSES> - <JAVADOC> - <root url="jar://$MAVEN_REPOSITORY$/com/zaxxer/HikariCP/3.4.5/HikariCP-3.4.5-javadoc.jar!/" /> - </JAVADOC> - <SOURCES> - <root url="jar://$MAVEN_REPOSITORY$/com/zaxxer/HikariCP/3.4.5/HikariCP-3.4.5-sources.jar!/" /> - </SOURCES> - </library> +<component name="libraryTable"> + <library name="Maven: com.zaxxer:HikariCP:3.4.5"> + <CLASSES> + <root url="jar://$MAVEN_REPOSITORY$/com/zaxxer/HikariCP/3.4.5/HikariCP-3.4.5.jar!/" /> + </CLASSES> + <JAVADOC> + <root url="jar://$MAVEN_REPOSITORY$/com/zaxxer/HikariCP/3.4.5/HikariCP-3.4.5-javadoc.jar!/" /> + </JAVADOC> + <SOURCES> + <root url="jar://$MAVEN_REPOSITORY$/com/zaxxer/HikariCP/3.4.5/HikariCP-3.4.5-sources.jar!/" /> + </SOURCES> + </library> </component> \ No newline at end of file -- Gitblit v1.8.0