You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,9 @@ EasyDao is a Maven plugin for generating lightweight, fast and flexible model an
9
9
10
10
**EasyDao has tested on Oracle 10, 11, 12 and PostgreSQL 9.** Maybe it works with other Oracle and PostgreSQL versions.
11
11
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*
13
13
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
15
15
16
16
For generating dao and model you need using the **easydao-maven-plugin**. You can see how to use it: [sample applications](./easydao-samples/)
0 commit comments