fanxw hace 1 año
padre
commit
bad62ca4cf
Se han modificado 1 ficheros con 8 adiciones y 1 borrados
  1. 8 1
      pom.xml

+ 8 - 1
pom.xml

@@ -180,7 +180,14 @@
180 180
 		    <groupId>org.springframework.cloud</groupId>
181 181
 		    <artifactId>spring-cloud-starter-netflix-hystrix</artifactId>
182 182
 		</dependency>
183
-        
183
+
184
+        <!-- 加载mybatis逆向生成工具包 -->
185
+        <dependency>
186
+		    <groupId>org.mybatis.generator</groupId>
187
+		    <artifactId>mybatis-generator-core</artifactId>
188
+		    <!-- 注意版本.这里我使用的是1.3.2 -->
189
+		    <version>1.3.2</version>
190
+		</dependency>
184 191
 
185 192
 		<dependency>
186 193
 			<groupId>org.apache.commons</groupId>