Resolving SAXParseException for External DTD in MyBatis Generator Configuration
</div>3. Solutions: Method One: Download external resources locally, e.g., https://blog.csdn.net/qq_35598865/article/details/88936975 Method Two: Modify javax.xml.accessExternalSchema value, e.g., https://blog.csdn.net/dingshuo168/article/details/103317453 <div>```
In your %JAVA_HOME%\jre\lib\ directory, create a file named jaxp.properties with the following content:
javax.xml.accessExternalSchema=all
javax.xml.accessExternalDTD=all
This should resolve the issue