While I am trying to do hibernate configuration I put hibernate dtd in hibernate.cfg.xml file and it is showing an error that downloading from external resources is disabled. Can you please help me with this error?
I wanted to create a maven project with hibernate, so I am trying to do my hibernate configuration to do mapping.




If you are using Eclipse :
Go to top bar : Window -> Preference -> Maven -> tick the option ('download artifact javadoc').
Thats is 'Apply & Close'.