zhoushihao
2025-03-10 976cee4892eec261f6c2927e788e476e5cc5028e
hangzhoumesParent/moduleService/GlassStorageModule/src/main/resources/application.yml
@@ -1,18 +1,14 @@
server:
  port: 8086
  port: 10013
spring:
  profiles:
    active: prod
    active: dev
  application:
    name: glassStorage
  liquibase:
    enabled: false
mybatis-plus:
  mapper-locations: classpath*:mapper/*.xml
  configuration:
    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl