application.yml 1.09 KB
Newer Older
PWF-WK01\pengwufeng committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64
http:
  port: 8188

jdbc:
  default:
    user: root
    pass: root
    url: jdbc:mysql://10.2.9.47:3306/inz_workflow?useSSL=true&characterEncoding=UTF-8
    driverClassName: com.mysql.jdbc.Driver
  mutitenancy:
    user: root
    pass: 123
    url: jdbc:mysql://123.56.199.103:3308/
    driverClassName: com.mysql.jdbc.Driver

bcp:
  store:
    sync_table: update

hibernate:
  hbm2ddl:
    auto: update
  dialect: org.hibernate.dialect.MySQLDialect
  show_sql: true
  multiTenancy: schema

c3p0:
  minPoolSize: 2
  maxPoolSize: 5
  maxIdleTime: 600
  maxStatements: 0
  idleTestPeriod: 300
  acquireIncrement: 1

amino:
  multitenancy:
    enabled: true
    defaultTenant:
      accessAllModules: true
    tenantResolver:
      scope: request
    dataSource:
      db: mysql
      connectionPool: c3p0
spring:
  thymeleaf:
    cache: false
  redis:
    host: 127.0.0.1
  rabbitmq:
    host: 59.110.23.205
  
beecode: 
  tenant: 
    username: a
    phoneNum: 13812341234
  system:
    user:
      - name: test
        password: test
        group: admin
      - name: admin
        password: admin
        group: admin