spring-boot-rest-oracle:一个带有Oracle数据库的Spring启动项目

时间:2021-05-18 20:36:36
【文件属性】:
文件名称:spring-boot-rest-oracle:一个带有Oracle数据库的Spring启动项目
文件大小:54KB
文件格式:ZIP
更新时间:2021-05-18 20:36:36
spring-boot oracle Java 春天引导休息神谕 使用oracle数据库的简单spring-boot crud rest应用程序。 设置项目 由于oracle的限制,我们无法直接从maven Central获取oracle jdbc驱动程序(ojdbc)。 我将独立下载它并将其安装在我的本地Maven存储库中。 转到ojdbc下载页面,接受许可协议并下载: 现在让我们将其安装在本地Maven存储库中 $ cd /path/to/your/ojdbc8-dest-folder $ mvn install:install-file -Dfile=ojdbc8.jar -DgroupId=com.oracle -DartifactId=ojdbc8 -Dversion=12.2.0.1 -Dpackaging=jar 运行应用程序 您可以使用以下简单命令运行该应用程序 $ mvnw spring-boot:run 宁静
【文件预览】:
spring-boot-rest-oracle-master
----mvnw.cmd(5KB)
----mvnw(6KB)
----src()
--------test()
--------main()
----.mvn()
--------wrapper()
----README.md(2KB)
----pom.xml(2KB)
----.gitignore(268B)

网友评论