zhoushihao
2024-04-25 3cc6aa69cca0b0d991f8537999c578eaee68e07e
1
2
3
4
5
6
7
8
9
10
11
server:
  port: 8089
spring:
  profiles:
    active: dev
  application:
    name: security
mybatis-plus:
  mapper-locations: classpath*:mapper/*.xml
  configuration:
    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl