liuxiaolong
2019-11-02 046305f178960ad0024f111e7f042e54befc66c7
src/main/resources/application.yml
@@ -3,7 +3,7 @@
    name: count-service
  datasource:
      driver-class-name: com.mysql.jdbc.Driver
      url: jdbc:mysql://127.0.0.1:3306/count_device?useUnicode=true&characterEncoding=utf-8&allowMultiQueries=true&useSSL=false
      url: jdbc:mysql://127.0.0.1:3306/count-service?useUnicode=true&characterEncoding=utf-8&allowMultiQueries=true&useSSL=false
      username: root
      password: root
      hikari: