zhoushihao
2024-05-14 221441a68c8ab576cff56656040544205c2b6c47
hangzhoumesParent/moduleService/CacheGlassModule/src/main/resources/application.yml
@@ -1,11 +1,15 @@
server:
  port: 8081
spring:
  profiles:
    active: prod
    active: dev
  application:
    name: cacheGlass
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:
  threshold: 3
  ratio: 10