Skip to content

Commit 431f1b4

Browse files
committed
README: changing JDBC driver
1 parent 2ae5f19 commit 431f1b4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
1416
Please check the Oracle documentation: *9.2 Support for Login Authentication* http://docs.oracle.com/database/122/JJDBC/JJDBC.pdf
1517

1618
For 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+
125129
If you are using Java 8, then set the javadoc plugin with **-Xdoclint:none**:
126130

127131
```xml

0 commit comments

Comments
 (0)