Java can't connect to internet - java.net.ConnectException connection timed out
问题 This is using OpenJPA 2.4.2 in my maven project to automate build-time enhancement of the JPA entities: <plugin> <groupId>org.apache.openjpa</groupId> <artifactId>openjpa-maven-plugin</artifactId> <configuration> <includes>**/entity/*.class</includes> <addDefaultConstructor>true</addDefaultConstructor> <enforcePropertyRestrictions>true</enforcePropertyRestrictions> <persistenceXmlFile>src/main/resources/META-INF/persistence.xml</persistenceXmlFile> </configuration> <executions> <execution>