소스 검색

配制文件

Signed-off-by: tangsong <86121657@qq.com>
tangsong 1 년 전
부모
커밋
265c21d761
2개의 변경된 파일18개의 추가작업 그리고 1개의 파일을 삭제
  1. 13 0
      .idea/libraries/Maven__antlr_antlr_2_7_7.xml
  2. 5 1
      pom.xml

+ 13 - 0
.idea/libraries/Maven__antlr_antlr_2_7_7.xml

@@ -0,0 +1,13 @@
1
+<component name="libraryTable">
2
+  <library name="Maven: antlr:antlr:2.7.7">
3
+    <CLASSES>
4
+      <root url="jar://$MAVEN_REPOSITORY$/antlr/antlr/2.7.7/antlr-2.7.7.jar!/" />
5
+    </CLASSES>
6
+    <JAVADOC>
7
+      <root url="jar://$MAVEN_REPOSITORY$/antlr/antlr/2.7.7/antlr-2.7.7-javadoc.jar!/" />
8
+    </JAVADOC>
9
+    <SOURCES>
10
+      <root url="jar://$MAVEN_REPOSITORY$/antlr/antlr/2.7.7/antlr-2.7.7-sources.jar!/" />
11
+    </SOURCES>
12
+  </library>
13
+</component>

+ 5 - 1
pom.xml

@@ -70,7 +70,11 @@
70 70
             <scope>runtime</scope>
71 71
         </dependency>   -->
72 72
 
73
-
73
+		<dependency>
74
+			<groupId>mysql</groupId>
75
+			<artifactId>mysql-connector-java</artifactId>
76
+			<version>8.0.18</version>
77
+		</dependency>
74 78
          <dependency>
75 79
 			<groupId>org.mybatis.spring.boot</groupId>
76 80
 			<artifactId>mybatis-spring-boot-starter</artifactId>