Commit 637ebf97d8ae32eb093d56c5637697ef2d5bd31e
1 parent
4eb90db4
bf
Showing
3 changed files
with
9 additions
and
9 deletions
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
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 | }; |