application.yaml 797 Bytes
server:
  port: 9903
spring:
  application:
    name: wechatBusiness
  datasource:
#    username: SZJXTUSER
#    password: xst200919
#    url: jdbc:sqlserver://60.190.202.57:14333;database=wechatbusiness
    username: report
    password: QWer123$%^
    url: jdbc:sqlserver://116.62.241.27:33419;database=wechatbusiness
    driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver

  jackson:
    date-format: yyyy-MM-dd HH:mm:ss
    time-zone: GMT+8

#  cache:
#    type: redis
#  redis:
#    host: 127.0.0.1
#    port: 6379
#    password:
#    lettuce:
#      pool:
#        max-active: 8
#    database: 0
##mybatis
mybatis:
  mapper-locations: classpath:mapper/*.xml
  type-aliases-package: com.sincere.wechatBusiness.model

logging:
  level:
    com.sincere.wechatBusiness.mapper: debug