Commit 637ebf97d8ae32eb093d56c5637697ef2d5bd31e

Authored by yiming
1 parent 4eb90db4

bf

bsthLineProfiles/src/main/resources/application-druid.yml
@@ -5,15 +5,15 @@ spring: @@ -5,15 +5,15 @@ spring:
5 driverClassName: com.mysql.cj.jdbc.Driver 5 driverClassName: com.mysql.cj.jdbc.Driver
6 druid: 6 druid:
7 # 主库数据源 7 # 主库数据源
8 -# master:  
9 -# url: jdbc:mysql://localhost:3306/linedata?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8  
10 -# username: root  
11 -# password: Aa123456  
12 - # 主库数据源  
13 master: 8 master:
14 - url: jdbc:mysql://localhost:3306/bsth_line_profiles?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 9 + url: jdbc:mysql://localhost:3306/linedata?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
15 username: root 10 username: root
16 - password: 1995627a 11 + password: Aa123456
  12 + # 主库数据源
  13 +# master:
  14 +# url: jdbc:mysql://localhost:3306/bsth_line_profiles?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
  15 +# username: root
  16 +# password: 1995627a
17 # 从库数据源 17 # 从库数据源
18 slave: 18 slave:
19 # 从数据源开关/默认关闭 19 # 从数据源开关/默认关闭
bsthLineProfiles/src/main/resources/application.yml
@@ -80,7 +80,7 @@ spring: @@ -80,7 +80,7 @@ spring:
80 # 数据库索引 80 # 数据库索引
81 database: 0 81 database: 0
82 # 密码 82 # 密码
83 - #password: test123 83 + password: test123
84 # 连接超时时间 84 # 连接超时时间
85 timeout: 10s 85 timeout: 10s
86 lettuce: 86 lettuce:
bsthLineProfiles/src/main/resources/templates/system/line/line.html
@@ -378,7 +378,7 @@ @@ -378,7 +378,7 @@
378 return ""; 378 return "";
379 }, 379 },
380 onDblClickRow:function (row,index){ 380 onDblClickRow:function (row,index){
381 - $.operate.full=true; 381 + /*$.operate.full=true;*/
382 $.operate.detail(row.id); 382 $.operate.detail(row.id);
383 } 383 }
384 }; 384 };