liuxiaolong
2019-11-04 5a8bbcb100f37b8e17d6fda0d851d96dbace46e4
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: