How-to: Grails 3.0.2 + Oracle Database 12c?

后端 未结 4 535
名媛妹妹
名媛妹妹 2021-01-13 13:53

I am making my first steps with Grails and try to create a hello world application with an Oracle Database 12c.

Unfortunately the tutorial documentation on the datab

4条回答
  •  执念已碎
    2021-01-13 14:49

    You can get the JDBC driver through this maven command.

    mvn install:install-file \ -Dfile=/lib/ojdbc7.jar \ -DgroupId=com.oracle \ -DartifactId=ojdbc7 \ -Dversion=12.1.0.1 \ -Dpackaging=jar \ -DgeneratePom=true

提交回复
热议问题