application.yml-template 580 Bytes
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
http:
  port: 8188

jdbc:
  name: jdbc/contract
  user: root
  pass: 123
  url: jdbc:mysql://123.56.199.103:3308/contract_new?useSSL=true&characterEncoding=UTF-8
  driverClassName: com.mysql.jdbc.Driver

redis:
  host: 10.2.9.66
  password: 

bcp:
  store:
    sync_table: update

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

spring:
  thymeleaf:
    cache: false

beecode: 
  system:
    user:
      - name: test
        password: test
        group: admin
      - name: admin
        password: admin
        group: admin