1、添加oralce 依赖包,仓库没有则通过maven装载到本地仓库;
   2、application.properties 中添加配置,特别是第一个配置项要严重注意! spring.jpa.database=oracle
spring.datasource.driver-class-name=oracle.jdbc.driver.OracleDriver
spring.datasource.url=jdbc:oracle:thin:@172.16.10.25:1521:torcl
spring.datasource.username=center
spring.datasource.password=centerDB12345
spring.jpa.hibernate.ddl-auto=update

最新文章

  1. MAC下彻底解决mysql无法插入和显示中文
  2. iOS开发:保持程序在后台长时间运行
  3. iOS 发送请求时获取cookie
  4. Python爬虫学习笔记——防豆瓣反爬虫
  5. SVN与TortoiseSVN实战:文件加锁详解
  6. unigui+fastreport报表打印
  7. extern "C" 含义
  8. python全栈开发day10
  9. 【HAOI2016】放旗子
  10. windows下mvn verify异常
  11. java -version 问题 : C:\ProgramData\Oracle\Java\javapath;
  12. 获取 MySQL 崩溃时的 core file
  13. Fiddler抓取https设置详解
  14. 792. Number of Matching Subsequences
  15. 《SQL Server 2008从入门到精通》--20180628
  16. 读书笔记_Effective_C++_条款三十八:通过复合塑模出has-a或者is-implemented-in-terms-of
  17. csv2txt.cpp
  18. sharepoint 配置个人网站容量
  19. flowable ProcessEngine和ProcessEngineConfiguration
  20. 利用WebStorm来管理你的Github

热门文章

  1. 【POJ 3076】 Sudoku
  2. Find them, Catch them(并查集)
  3. [Apple开发者帐户帮助]二、管理你的团队(1)邀请团队成员
  4. VScode常用插件(持续更新)
  5. Java同步容器总结
  6. Entity Framework Code First -- 延迟加载和预先加载
  7. nprogress进度条和ajax全局事件
  8. (转)vuex2.0 基本使用(3) --- getter
  9. 【Oracle】OGG(Oracle GoldenGate)简介及搭建过程
  10. JQuery特效之心形图片墙