wang
2024-04-26 adacb4935bf37e88a054adb8796862902c3b6d0d
1
2
3
4
5
6
7
8
9
10
11
server:
  port: 8081
spring:
  profiles:
    active: prod
  application:
    name: cacheGlass
mybatis-plus:
  mapper-locations: classpath*:mapper/*.xml
  configuration:
    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl