Skip to content

Commit 2ae5f19

Browse files
committed
Oracle 12c Java8 and ojdbc8
1 parent 6583693 commit 2ae5f19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ EasyDao is a Maven plugin for generating lightweight, fast and flexible model an
99

1010
**EasyDao has tested on Oracle 10, 11, 12 and PostgreSQL 9.** Maybe it works with other Oracle and PostgreSQL versions.
1111

12-
**For Oracle 12c users:** use Java 8 and ojdbc8 in your pom.xml, otherwise you get an error: *ORA-28040: No matching authentication protocol*, please check Oracle documentation:
12+
**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-
*9.2 Support for Login Authentication* http://docs.oracle.com/database/122/JJDBC/JJDBC.pdf
14+
Please check the Oracle documentation: *9.2 Support for Login Authentication* http://docs.oracle.com/database/122/JJDBC/JJDBC.pdf
1515

1616
For generating dao and model you need using the **easydao-maven-plugin**. You can see how to use it: [sample applications](./easydao-samples/)
1717

0 commit comments

Comments
 (0)