Commit 637ebf97d8ae32eb093d56c5637697ef2d5bd31e

Authored by yiming
1 parent 4eb90db4

bf

bsthLineProfiles/src/main/resources/application-druid.yml
... ... @@ -5,15 +5,15 @@ spring:
5 5 driverClassName: com.mysql.cj.jdbc.Driver
6 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 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 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 18 slave:
19 19 # 从数据源开关/默认关闭
... ...
bsthLineProfiles/src/main/resources/application.yml
... ... @@ -80,7 +80,7 @@ spring:
80 80 # 数据库索引
81 81 database: 0
82 82 # 密码
83   - #password: test123
  83 + password: test123
84 84 # 连接超时时间
85 85 timeout: 10s
86 86 lettuce:
... ...
bsthLineProfiles/src/main/resources/templates/system/line/line.html
... ... @@ -378,7 +378,7 @@
378 378 return "";
379 379 },
380 380 onDblClickRow:function (row,index){
381   - $.operate.full=true;
  381 + /*$.operate.full=true;*/
382 382 $.operate.detail(row.id);
383 383 }
384 384 };
... ...