张涛 1 year ago
parent
commit
9e94f5daf6
2 changed files with 1 additions and 1 deletions
  1. 0
    0
      db/2023/09/06.sql
  2. 1
    1
      src/main/resources/application-dev.yml

+ 0
- 0
db/2023/09/06.sql View File


+ 1
- 1
src/main/resources/application-dev.yml View File

@@ -6,7 +6,7 @@ spring:
6 6
       max-file-size: 10MB
7 7
       max-request-size: 50MB
8 8
   datasource:
9
-    url: jdbc:mysql://110.40.183.156:3306/invoice_fill?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf8&useSSL=false&allowPublicKeyRetrieval=true
9
+    url: jdbc:mysql://112.2.2.154:3394/invoice_fill?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf8&useSSL=false&allowPublicKeyRetrieval=true
10 10
     username: invoice_fill
11 11
     password: invoice_fill@ABCD1234
12 12