Sign in

canrd-main / canrud-mall-services · Files

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • canrud-mall-services
  • shop
  • src
  • main
  • resources
  • application.yml
  • 官网商品信息路由,404默认路由
      91f82d07
    zhongnanhuang authored
    2024-05-30 14:07:07 +0800  
    Browse Code »
application.yml 149 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10
server:
  port: 8002

spring:
  profiles:
    active: test
  mvc:
    throw-exception-if-no-handler-found: true
  resources:
    add-mappings: false