wangfei
2024-10-12 00f0f705a03a9c0f4d29895a7622b270f5d7e7d2
hangzhoumesParent/moduleService/TemperingGlassModule/src/main/resources/application.yml
@@ -2,13 +2,16 @@
  port: 8084
spring:
  profiles:
    active: dev
    active: cz
  application:
    name: temperingGlass
  liquibase:
    enabled: true
    enabled: false
    change-log: classpath:changelog/changelog.sql
mybatis-plus:
  mapper-locations: classpath*:mapper/*.xml
  configuration:
    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
mes:
  width: 2800
  height: 5000