Sfoglia il codice sorgente

Merge pull request '修改正式环境打包数据库地址' (#8) from dev into master

Reviewed-on: http://47.92.149.153:3000/tangzp/mztb-parent/pulls/8
master
唐周平 6 mesi fa
parent
commit
b92a975f66
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. +3
    -3
      mztb/src/main/resources/config/application-online.yaml

+ 3
- 3
mztb/src/main/resources/config/application-online.yaml Vedi File

@@ -54,9 +54,9 @@ spring:
datasource:
# 生产
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://192.168.110.210:4418/mztb?useUnicode=true&characterEncoding=utf-8&allowMultiQueries=true&useSSL=false
username: root
password: Ncmz@2022_jjkj
url: jdbc:mysql://192.166.151.16:3306/mztb?useUnicode=true&characterEncoding=utf-8&allowMultiQueries=true&useSSL=false
username: jjdba
password: Jjkj@mz_20201201
servlet:
multipart:
max-file-size: 104857600000


Caricamento…
Annulla
Salva