File tree Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change 169
169
<artifactId >mybatis-spring</artifactId >
170
170
<version >1.2.2</version >
171
171
</dependency >
172
- <dependency >
173
- <groupId >com.github.jsqlparser</groupId >
174
- <artifactId >jsqlparser</artifactId >
175
- <version >0.9.1</version >
176
- </dependency >
177
172
<!-- Mybatis Generator -->
178
173
<dependency >
179
174
<groupId >org.mybatis.generator</groupId >
186
181
<dependency >
187
182
<groupId >com.github.pagehelper</groupId >
188
183
<artifactId >pagehelper</artifactId >
189
- <version >3.5.0 </version >
184
+ <version >3.5.1 </version >
190
185
</dependency >
191
186
<!-- 通用Mapper-->
192
187
<dependency >
193
188
<groupId >com.github.abel533</groupId >
194
189
<artifactId >mapper</artifactId >
195
190
<version >${mapper.version} </version >
196
191
</dependency >
197
- <!-- JPA-->
198
- <dependency >
199
- <groupId >javax.persistence</groupId >
200
- <artifactId >persistence-api</artifactId >
201
- <version >1.0</version >
202
- </dependency >
203
-
204
192
</dependencies >
205
193
<dependencyManagement >
206
194
<dependencies >
You can’t perform that action at this time.
0 commit comments