1.拉取项目https://github.com/MisterChangRay/xjar4springboot3 修改pom <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <maven.compiler.source>21</maven.compiler.source> <maven.compiler.target>21</maven.compiler.target> </properties> 和 <source>21</source> <target>21</target> 2,将idea全部调成jdk21 3.删除xjar.go中的99行的, 是一个中文,打包会报错 4.执行test方法。只加from use to三个方法,其他不需要
1.拉取项目https://github.com/MisterChangRay/xjar4springboot3
修改pom
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>
和