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 | 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
bsthLineProfiles/src/main/resources/templates/system/line/line.html