#
luxiaotao1123
2022-03-01 c27ad3dcb8b67a6c10a99c98b9bd6dd1f08b7967
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
server:
  servlet:
    context-path: /@pom.build.finalName@
 
spring:
  profiles:
    active: dev
  application:
    name: @pom.build.finalName@
  mvc:
    static-path-pattern: /**
  servlet:
    multipart:
      maxFileSize: 100MB
      maxRequestSize: 100MB
 
mybatis-plus:
  mapper-locations: classpath:mapper/*.xml
#  global-config:
#    field-strategy: 0
#  configuration:
#    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
 
logging:
  path: /stock/out/@pom.build.finalName@/logs
 
super:
  pwd: xltys1995
 
swagger:
  enable: false