| | |
| | | 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 |
| | |
| | | # redis |
| | | redis: |
| | | database: 0 |
| | | host: 192.168.20.83 |
| | | #host: 192.168.20.83 |
| | | host: 127.0.0.1 |
| | | port: 6369 |
| | | password: rediS_5L#F4_Server |
| | | timeout: 10000 # 连接超时时长(毫秒) |
| | |
| | | name: prod |
| | | # JDBC 基本配置 ¤tSchema=public |
| | | url: jdbc:postgresql://192.168.20.83:5433/moon?useAffectedRows=true |
| | | username : postgres |
| | | #url: jdbc:postgresql://103.85.165.99:25432/moon?useAffectedRows=true |
| | | username: postgres |
| | | password: Postgres!_14_moon |
| | | #password: postgres |
| | | driver-class-name: org.postgresql.Driver |
| | | platform: POSTGRESQL |
| | | type: com.alibaba.druid.pool.DruidDataSource |
| | |
| | | deny: |
| | | |
| | | # mybatis |
| | | #mybatis: |
| | | # type-aliases-package: com.moon.server.entity |
| | | # config-location: classpath:mybatis.xml |
| | | # mapper-locations: classpath:mapper/**/*.xml |
| | | |
| | | mybatis-plus: |
| | | type-aliases-package: com.moon.server.entity |
| | | config-location: classpath:mybatis.xml |
| | |
| | | logging: |
| | | config: classpath:logback-spring.xml |
| | | |
| | | # RestTemplate config |
| | | # restTemplate config |
| | | remote: |
| | | maxTotalConnect: 0 |
| | | maxConnectPerRoute: 1000 |
| | | connectTimeout: 5000 |
| | | readTimeout: 1800000 |
| | | connectTimeout: 30000 |
| | | readTimeout: -1 |
| | | |
| | | shujian: |
| | | ak: ak=mf72ff9295c740ec0f37e61433e8a3ad8d |
| | | url: http://172.16.2.10:50005 |
| | | path: share/YQData/upload/ |
| | | ctUrl: http://172.16.2.10:50001 |
| | | |
| | | # 系统配置 |
| | | sys: |
| | |
| | | # IIS的主机地址 |
| | | iisHost: 127.0.0.1 |
| | | # FME服务地址 |
| | | fmeUrl: http://192.168.20.83:88/ |
| | | fmeUrl: http://127.0.0.1:88/ |
| | | # 出图服务 |
| | | exportServer: http://127.0.0.1/ExportMap |
| | | #exportServer: http://192.168.20.83:80/ExportMap |
| | |
| | | # 下载目录 |
| | | download: D:\Moon\download |
| | | # 上传目录 |
| | | upload: D:\Moon\upload |
| | | #upload: D:\Moon\upload |
| | | upload: Z:\YQData\upload |
| | | # 临时目录 |
| | | temp: D:\Moon\temp |
| | | # 上传附件表 |