luqingyang
2023-10-24 cb642724c54d7d850aec5e5ee27fcc7186f352d7
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