File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ mybatis-generator-gui是基于 [mybatis generator](http://www.mybatis.org/genera
2525
2626### 运行要求(重要!!!)
2727本工具仅支持Java的2个最新的LTS版本,jdk8和jdk11
28- * 默认支持 <strong >1.8.0.60</strong >以上版本,使用master分支即可
29- * 如果需要使用Java 11,请切换至< strong >jdk11</ strong >的分支,
28+ * jdk1.8要求版本在 <strong >1.8.0.60</strong >以上版本
29+ * Java 11无版本要求
3030
3131### 直接运行(非必须)
3232推荐使用IDE直接运行,如果需要二进制安装包,可以关注公众号获取二进制安装版,目前支持Windows和MacOS,注意你的JDK是不是1.8,并且版本大于1.8.0.60
Original file line number Diff line number Diff line change 99 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1010 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
1111 <maven .compiler.encoding>UTF-8</maven .compiler.encoding>
12- <java .version>11</java .version>
1312 </properties >
1413
1514 <dependencies >
9291 <artifactId >maven-compiler-plugin</artifactId >
9392 <version >3.1</version >
9493 <configuration >
95- <source >11 </source >
96- <target >11 </target >
94+ <source >1.8 </source >
95+ <target >1.8 </target >
9796 </configuration >
9897 </plugin >
9998 <plugin >
You can’t perform that action at this time.
0 commit comments