File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ EasyDao is a Maven plugin for generating lightweight, fast and flexible model an
1111
1212** For Oracle 12c users:** use Java 8 and ojdbc8 in your pom.xml, otherwise you get an error: * ORA-28040: No matching authentication protocol*
1313
14+ Changing JDBC driver: https://github.com/vanioinformatika/easydao/issues/15#issuecomment-294959739
15+
1416Please check the Oracle documentation: * 9.2 Support for Login Authentication* http://docs.oracle.com/database/122/JJDBC/JJDBC.pdf
1517
1618For generating dao and model you need using the ** easydao-maven-plugin** . You can see how to use it: [ sample applications] ( ./easydao-samples/ )
@@ -122,6 +124,8 @@ Add to settings.xml:
122124</plugin >
123125```
124126
127+ Changing JDBC driver: https://github.com/vanioinformatika/easydao/issues/15#issuecomment-294959739
128+
125129If you are using Java 8, then set the javadoc plugin with ** -Xdoclint: none ** :
126130
127131``` xml
You can’t perform that action at this time.
0 commit comments