16639036659
2022-11-02 d4378ec681e1dca2fe63f0062258919336014235
数据库版本5.7.28
已修改5个文件
31 ■■■■ 文件已修改
src/main/resources/application-druid.yml 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/application-guotai-uat.yml 15 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/application-uat.yml 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/application-uat8.yml 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/application.yml 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/application-druid.yml
@@ -1,3 +1,7 @@
server:
    port: 6801
# 数据源配置
spring:
    datasource:
src/main/resources/application-guotai-uat.yml
@@ -10,9 +10,18 @@
            # 主库数据源
            master:
#                driver-class-name: com.mysql.cj.jdbc.Driver
                url: jdbc:mysql://121.239.169.27:49031/safeplatform.luoan.uat?allowMultiQueries=true&autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&useSSL=true&serverTimezone=UTC&zeroDateTimeBehavior=CONVERT_TO_NULL&serverTimezone=Asia/Shanghai
                username: gkhy_safeplatform_guotai
                password: user@GJLSJ828
                #数据库版本5.7
                url: jdbc:mysql://121.239.169.27:49037/safeplatform.luoan.uat?allowMultiQueries=true&autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&useSSL=true&serverTimezone=UTC&zeroDateTimeBehavior=CONVERT_TO_NULL&serverTimezone=Asia/Shanghai
                username: gkhy_safeplatform
                password: afaQW90b!#n1
#            数据库版本8
            #                url: jdbc:mysql://121.239.169.27:49031/safeplatform.luoan.uat?allowMultiQueries=true&autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&useSSL=true&serverTimezone=UTC&zeroDateTimeBehavior=CONVERT_TO_NULL&serverTimezone=Asia/Shanghai
#                username: gkhy_safeplatform_guotai
#                password: user@GJLSJ828
#                url: jdbc:mysql://localhost:3306/trouble_and_risk.guotai?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
#                username: root
src/main/resources/application-uat.yml
@@ -1,3 +1,6 @@
server:
    port: 6801
# 数据源配置
spring:
    datasource:
src/main/resources/application-uat8.yml
@@ -1,3 +1,7 @@
server:
    port: 6801
# 数据源配置
spring:
    datasource:
src/main/resources/application.yml
@@ -52,8 +52,9 @@
    time-zone: GMT+8
    date-format: yyyy-MM-dd HH:mm:ss
  profiles:
    active: guotai-uat
#    active: druid
#    active: guotai-uat
#    druid使用的数据库是5.7.28,过高的版本,可能有部分函数不支持
    active: druid
#    active: uat
#    active: uat8
  # 文件上传