@@ -27,7 +27,7 @@ spring:
# [可选] 一个pool最多有多少个状态为idle(空闲)的jedis实例
poolMaxIdle: 500
# [可选] 最大的等待时间(秒)
- poolMaxWait: 5
+ poolMaxWait: 7
# [必选] jdbc数据库配置
datasource:
type: com.alibaba.druid.pool.DruidDataSource
@@ -3,7 +3,7 @@
// see http://vuejs-templates.github.io/webpack for documentation.
const path = require('path')
-const baseUrl = "https://192.168.1.26:29001"
+const baseUrl = "https://kindring:29001"
const ZLMServer = "https://kindring.cn:29010"
module.exports = {
dev: {