application-test.yml 169 Bytes
spring:
  flyway:
    locations: filesystem:../sql/migrations
    clean-disabled: true

logging:
  level:
    org.springframework.jdbc.core: WARN
    com.xly.erp: DEBUG