From 4f626eccf34d0e8b6e6033c8fbddaa28baa99799 Mon Sep 17 00:00:00 2001 From: pang.jiabao <pang_jiabao@163.com> Date: 星期四, 11 十二月 2025 10:32:48 +0800 Subject: [PATCH] agv工作档日志修复,重新建历史表,id自增去掉 --- src/main/resources/application.yml | 49 ++----------------------------------------------- 1 files changed, 2 insertions(+), 47 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index d45a9b4..3d7808a 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -1,48 +1,3 @@ -server: - port: 8081 - servlet: - context-path: /@pom.build.finalName@ - spring: - application: - name: @pom.build.finalName@ - jmx: - enabled: false - datasource: - # mysql -# driver-class-name: com.mysql.jdbc.Driver -# url: jdbc:mysql://127.0.0.1:3306/cool?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai -# username: root -# password: xltys1995 - # sql-server - driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver - url: jdbc:sqlserver://127.0.0.1:1433;databasename=jsasrs - username: sa - password: sa@123 - mvc: - static-path-pattern: /** - redis: - host: localhost - port: 6379 - database: 0 -# password: xltys1995 - servlet: - multipart: - maxFileSize: 10MB - maxRequestSize: 100MB - -mybatis-plus: - mapper-locations: classpath:mapper/*.xml -# global-config: -# field-strategy: 0 -# configuration: -# log-impl: org.apache.ibatis.logging.stdout.StdOutImpl - -logging: - path: /stock/out/@pom.build.finalName@/logs - -super: - pwd: xltys1995 - -swagger: - enable: false \ No newline at end of file + profiles: + active: dev -- Gitblit v1.9.1