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
  • feat(静态页面生成): 实现产品列表静态页面生成功能 ...
      7375407d
    - 新增静态页面配置和生成逻辑
    - 添加 FreeMarker 模板支持
    - 实现产品数据动态加载和渲染
    - 优化产品价格显示逻辑
    - 新增静态资源路径配置
    曾国涛 authored
    2024-11-14 09:38:59 +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