jiangping
2024-06-20 09da100729793848bc01b51f7b05ca3f1e7ec64f
server/shop/src/main/resources/application.yml
@@ -6,13 +6,13 @@
#  env: production
server:
#  port: 10022
  port: 10031
  port: 10032
spring:
#  application:git
#    name: doumeemes
  profiles:
    active: dev
    active: pro
  # JSON返回配置
  jackson:
@@ -25,6 +25,8 @@
      max-file-size: 200MB
      max-request-size: 200MB
      enabled: true
cookiename: dmshop-auth-token
# MyBatis配置
mybatis-plus:
  mapper-locations: classpath*:/mappers/**/*.xml