src/main/resources/GeneratorMapper.xml
@@ -5,7 +5,7 @@ <generatorConfiguration> <!-- 指定连接数据库的 JDBC 驱动包所在位置,指定到你本机的完整路径 --> <classPathEntry location="D:\ENV\repository\com\oracle\ojdbc\ojdbc8\19.3.0.0\ojdbc8-19.3.0.0.jar"/> <classPathEntry location="F:\desktop\orai18n-19.7.0.0.jar"/> <classPathEntry location="C:\Users\Administrator\Downloads\orai18n-19.7.0.0.jar"/> <!-- 配置 table 表信息内容体,targetRuntime 指定采用 MyBatis3 的版本 --> <context id="tables" targetRuntime="MyBatis3"> <!-- 抑制生成注释,由于生成的注释都是英文的,可以不让它生成 -->