server: port: 8020 # servlet: # context-path: ${context-path:/pms-ocp} spring: application: name: dashboard profiles: active: ${profiles-active:dev} datasource: driver-class-name: org.postgresql.Driver username: ${username} password: ${password} type: com.zaxxer.hikari.HikariDataSource jdbc-url: ${DB_URL} redis: host: ${redis-host:127.0.0.1} port: ${redis-port:6379} database: 0 timeout: 3 password: pool: minIdle: 1 maxIdle: 10 maxWait: 3 maxActive: 8 knife4j: enable: true mybatis-plus: mapper-locations: classpath:/mapper/*.xml configuration: log-impl: org.apache.ibatis.logging.slf4j.Slf4jImpl logging: level: com.pms.ocp.mapper: debug org.springframework: warn system: company_name: ${company_name:国网山东电力} company_code: ${company_code:074001001} beagle: jwt: secret-key: memDataSource token-prefix: Bearer app-id: 8a10843a6a535e33016b873f96b7002f expire-time: 18000 # Swagger配置 swagger: # 是否开启swagger enabled: true