application-dev.yml 487 Bytes
spring:
  jpa:
    database: sql_server
    show-sql: true
    hibernate:
      ddl-auto: none
      naming:
        physical-strategy: org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
  datasource:
    url: jdbc:sqlserver://40.73.78.157:1433;DatabaseName=IClearDev
    username: sa
    password: Fedex_123
    driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
    type: com.alibaba.druid.pool.DruidDataSource



task:
  pushMawbToIClear: 0 0/1 * * * ?