#datasource
spring.datasource.url=jdbc:mysql://120.26.246.185:3306/gaea?&useSSL=false
spring.datasource.username=xiezhiyan
spring.datasource.password=yilvxzy
spring.datasource.driver-class-name=com.mysql.jdbc.Driver
spring.datasource.max-idle=10
spring.datasource.max-wait=10000
spring.datasource.min-idle=5
spring.datasource.initial-size=5
spring.datasource.validation-query=SELECT 1
spring.datasource.test-on-borrow=false
spring.datasource.test-while-idle=true
spring.datasource.time-between-eviction-runs-millis=18800

spring.datasource.guide.url=jdbc:mysql://120.26.246.185:3306/apollo?&useSSL=false
spring.datasource.guide.username=xiezhiyan
spring.datasource.guide.password=yilvxzy
spring.datasource.guide.driver-class-name=com.mysql.jdbc.Driver
spring.datasource.guide.max-idle=10
spring.datasource.guide.max-wait=10000
spring.datasource.guide.min-idle=5
spring.datasource.guide.initial-size=5
spring.datasource.guide.validation-query=SELECT 1
spring.datasource.guide.test-on-borrow=false
spring.datasource.guide.test-while-idle=true
spring.datasource.guide.time-between-eviction-runs-millis=18800

最新文章

  1. EF Code First 初体验
  2. CodeForces - 274B Zero Tree
  3. (一)Netty源码学习笔记之概念解读
  4. JS判断手机访问跳转到手机站
  5. spring mvc超强的json支持,你自己根本不需要额外的配置。spring mvc都给你配置好了!!!
  6. OpenGL的GLUT注册回调函数[转]
  7. Java多线程(三) 多线程间的基本通信
  8. OC - 31.通过封装的自定义布局快速实现商品展示
  9. cookie 的Domain删除失败的问题
  10. Android学习总结——文件储存
  11. Selenium 2.0与Selenum 3.0介绍
  12. Spring Boot1.5.4 连接池 和 事务
  13. Pycharm直接连接Github
  14. flask-日料网站搭建
  15. ios中关键词weak,assign,copy.strong等的区别
  16. 将python文件打包成exe可运行文件
  17. 2.2博客系统 |FileField字段 |Media配置
  18. 用python 替换文件中的git地址
  19. Eclipse中配置约束
  20. SQL Server 2016将内置R语言

热门文章

  1. Linux中TLS
  2. bootstrap学习(三)表单
  3. Vue.js 入门:从零开始做一个极简 To-Do 应用
  4. linux 下新建文件自动加锁的解决办法
  5. vue 使用pug(详细说明)
  6. ASP.NET MVC 学习笔记之TempData、HttpContext和HttpContextBase杂谈
  7. (转)Unity Cinemachine插件,实现单目标和多目标之间切换
  8. Linux主机名的修改以及配置
  9. 【Luogu】【关卡2-8】广度优先搜索(2017年10月)
  10. vs code 自定义代码片段