application-prod.yml 1.57 KB
eureka:
  client:
    serviceUrl:
      defaultZone: http://admin:nafmiipwd@127.0.0.1:20000/eureka
    healthcheck:
      enabled: true
  instance:
    lease-expiration-duration-in-seconds: 30 #租期到期时间(默认90秒)
    lease-renewal-interval-in-seconds: 10 #租期更新时间间隔(默认30秒)
    instance-id: ${spring.cloud.client.ip-address}:${server.port}
    prefer-ip-address: true
    statusPageUrl: http://127.0.0.1:${server.port}/swagger-ui.html
logging:
  config: classpath:logback-spring.xml
mybatis:
  mapper-locations: classpath:mapper/*.xml
spring:
  datasource:
    driver-class-name: com.mysql.cj.jdbc.Driver
    password: Moxi123#
    url: jdbc:mysql://114.112.96.30:30029/NAFMII_2.1?useUnicode=true&characterEncoding=UTF-8&serverTimezone=UTC
    username: root
    type: com.zaxxer.hikari.HikariDataSource
    hikari:
      maximum-pool-size: 50
      minimum-idle: 10
      idle-timeout: 60000
      auto-commit: true
      connection-timeout: 3000
      pool-name: NFMII_HikariCP
      connection-test-query: SELECT 1
  redis:
    # Redis数据库索引(默认为0)
    database: 0
    # Redis服务器地址
    host: 127.0.0.1
    port: 6379
    # Redis服务器连接密码(默认为空)
    password:
    jedis:
      pool:
        # 连接池最大连接数(使用负值表示没有限制)
        max-active: 20
        max-wait: -1ms
        max-idle: 10
        min-idle: 0
    timeout: 1000ms
nafmii:
  log-path: D:/NAFMII
  dao-uri: org.nafmii.appbusiness
  ftp:
      host: 127.0.0.1
      password: peng1003
      prot: 21
      username: ypenglv