月球大数据地理空间分析展示平台-【后端】-月球后台服务
13693261870
2023-08-14 c26a7a536f9b5319185fc806c26ede612dca1fb4
src/main/resources/application.yml
@@ -1,7 +1,10 @@
server:
  tomcat:
    uri-encoding: UTF-8
    max-connections: 1000
    max-connections: 5000
    max-http-form-post-size: 50MB
    threads:
      max: 2000
  port: 9000
  servlet:
    context-path: /MoonServer
@@ -12,7 +15,7 @@
  # redis
  redis:
    database: 0
    host: 127.0.0.1
    host: 192.168.20.83
    port: 6369
    password: rediS_5L#F4_Server
    timeout: 10000  # 连接超时时长(毫秒)
@@ -42,11 +45,11 @@
  datasource:
    name: prod
    # JDBC 基本配置 &currentSchema=public
    #url: jdbc:postgresql://192.168.20.83:5433/moon?useAffectedRows=true
    url: jdbc:postgresql://127.0.0.1:5433/moon?useAffectedRows=true
    url: jdbc:postgresql://192.168.20.83:5433/moon?useAffectedRows=true
    #url: jdbc:postgresql://127.0.0.1:5433/moon?useAffectedRows=true
    username : postgres
    #password: Postgres!_14_moon
    password: postgres
    password: Postgres!_14_moon
    #password: postgres
    driver-class-name: org.postgresql.Driver
    platform: POSTGRESQL
    type: com.alibaba.druid.pool.DruidDataSource
@@ -117,8 +120,8 @@
remote:
  maxTotalConnect: 0
  maxConnectPerRoute: 1000
  connectTimeout: 5000
  readTimeout: 1800000
  connectTimeout: 30000
  readTimeout: -1
# 系统配置
sys:
@@ -127,7 +130,7 @@
  # IIS的主机地址
  iisHost: 127.0.0.1
  # FME服务地址
  fmeUrl: http://192.168.20.83:88/
  fmeUrl: http://192.168.20.205:88/
  # 出图服务
  exportServer: http://127.0.0.1/ExportMap
  #exportServer: http://192.168.20.83:80/ExportMap