cy
2023-10-23 9b6e540039f13bcb454c03bcf5850f9e17ed0943
feat(API路径):
1个文件已修改
4 ■■■■ 已修改文件
deploy-jar-single/src/main/resources/application-dev.yml 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
deploy-jar-single/src/main/resources/application-dev.yml
@@ -1,6 +1,6 @@
spring:
  application:
    name: projectProgress
    name: lowConsumManage
  datasource:
    # 是否显示dao中打印的SQL语句
    show-sql: true
@@ -52,7 +52,7 @@
server:
  port: 8083
  servlet:
    context-path: /api
    context-path: /lowConsumManage
    session:
      timeout: 30m