CZT
2023-09-12 e8a5205acec61a431868c9b083fb62c2f187dd34
src/main/resources/application-pro.yml
@@ -1,6 +1,6 @@
##########################  大湾区   ##########################
##########################  上海嘉定   ##########################
server:
  port: 8081
  port: 9999
  jetty:
    max-http-post-size: 209715200
  tomcat:
@@ -10,15 +10,15 @@
    #主数据源
    primary:
      url: jdbc:mysql://127.0.0.1:3306/igds_api?useUnicode=true&characterEncoding=utf-8
      username: root
      password: Abc123..
      driver-class-name: com.mysql.jdbc.Driver
      username: root
      password: root
    #次数据源
    secondary:
      url: jdbc:mysql://127.0.0.1:3306/igds_master?useUnicode=true&characterEncoding=utf-8
      username: root
      password: Abc123..
      driver-class-name: com.mysql.jdbc.Driver
      username: root
      password: root
  jpa:
    #主jpa配置
    primary:
@@ -38,7 +38,7 @@
          dialect: org.hibernate.dialect.MySQL5InnoDBDialect
  # Redis相关配置
  redis:
    database: 0
    database: 1
    host: 127.0.0.1
    port: 6379
    password: Abc123..
@@ -51,6 +51,6 @@
      timeout: 6000
igds:
  default:
    companyId: 5016
  file-path: C:/app/igds-api/
    companyId: 5303
  file-path: D:/IGDS-API/FILE/
  img-path: D:/IGDS/FILE/