File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 55
66 <modelVersion >4.0.0</modelVersion >
77
8- <parent >
9- <groupId >org.springframework.boot</groupId >
10- <artifactId >spring-boot-starter-parent</artifactId >
11- <version >2.6.4</version >
12- <relativePath /> <!-- lookup parent from repository -->
13- </parent >
14-
158 <groupId >com.fengwenyi</groupId >
169 <artifactId >mybatis-plus-code-generator</artifactId >
1710 <version >3.5.2.1</version >
1811 <packaging >jar</packaging >
1912 <name >mybatis-plus-code-generator</name >
2013 <description >MyBatis-Plus Code Generator</description >
2114
15+ <parent >
16+ <groupId >org.springframework.boot</groupId >
17+ <artifactId >spring-boot-starter-parent</artifactId >
18+ <version >2.6.4</version >
19+ <relativePath /> <!-- lookup parent from repository -->
20+ </parent >
21+
2222 <properties >
2323 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
2424 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
You can’t perform that action at this time.
0 commit comments