futian.liu
2023-11-08 4ee56e307915e4e71baab476be819e7642e78269
deploy-jar-single/src/main/resources/application-dev.yml
@@ -1,6 +1,6 @@
spring:
  application:
    name: projectProgress
    name: lowConsum
  datasource:
    # 是否显示dao中打印的SQL语句
    show-sql: true
@@ -52,7 +52,7 @@
server:
  port: 8083
  servlet:
    context-path: /api
    context-path: /lowConsum
    session:
      timeout: 30m