Browse Source

修改数据库名称

cuixiaodong 10 months ago
parent
commit
e74602f96c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      server/src/main/resources/application-local.yml

+ 1 - 1
server/src/main/resources/application-local.yml

@@ -8,7 +8,7 @@ spring:
       ds0:
       ds0:
         type: com.alibaba.druid.pool.DruidDataSource
         type: com.alibaba.druid.pool.DruidDataSource
         driver-class-name: com.mysql.jdbc.Driver
         driver-class-name: com.mysql.jdbc.Driver
-        url: jdbc:mysql://127.0.0.1:3306/erp_warehouse?useUnicode=true&characterEncoding=utf8&autoReconnect=true&rewriteBatchedStatements=true&useSSL=false
+        url: jdbc:mysql://127.0.0.1:3306/erp-warehouse?useUnicode=true&characterEncoding=utf8&autoReconnect=true&rewriteBatchedStatements=true&useSSL=false
         username: root
         username: root
         password: Gd8XCWEef72GerxE
         password: Gd8XCWEef72GerxE