Newer
Older
casic_iris_parent_gz / casic-web / src / main / resources / config / application-test.yml
lwh on 21 Dec 2019 930 bytes 人员导出模板提交
server:
  port: 20002
###################  spring配置  ###################
spring:
 datasource:
    url: jdbc:mysql://119.254.103.80:3306/casic_iris?autoReconnect=true&useUnicode=true&characterEncoding=utf8&useSSL=false&allowMultiQueries=true&zeroDateTimeBehavior=convertToNull
    username: root
    password: root
    initial-size: 2
    min-idle: 1
#flowable数据源和多数据源配置
casic:
  kaptcha-open: false #是否开启登录时验证码 (true/false)
  nologin-urls: /user/login,/user/appLogin,/kaptcha,/config/baseConfig,/route/mockToken,/process/processDiagram
  export-temp-path: E:\soft\othersoft\203\casic-iris-parent\casic-web\src\main\resources\config\temp\
mybatis-plus:
  global-config:
    sql-injector: com.casic.missiles.modular.metadata.inject.MetaSqlInject
#    logic-delete-value: 0
logging:
  level.root: info
  level.com.casic: debug
  path: logs/
  file: missiles.log
iris:
  socket-port: 8000