cy
2023-10-23 f41e79386ec31e59065f08b24296104ba6222815
feat: 更换jar名称
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: lowConsumManage
    name: lowConsum
  datasource:
    # 是否显示dao中打印的SQL语句
    show-sql: true
@@ -52,7 +52,7 @@
server:
  port: 8083
  servlet:
    context-path: /lowConsumManage
    context-path: /lowConsum
    session:
      timeout: 30m