From e8e5e1325dc7fb32e73afd1ed20938ab89ce7421 Mon Sep 17 00:00:00 2001 From: chen.lin <1442464845@qq.com> Date: 星期四, 05 二月 2026 09:01:38 +0800 Subject: [PATCH] 空板退回 --- src/main/resources/application.yml | 40 ++-------------------------------------- 1 files changed, 2 insertions(+), 38 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 57185ff..caf4dfc 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -1,39 +1,3 @@ -server: - port: 9090 - spring: - application: -# name: @pom.artifactId@ - name: - datasource: - # mysql -# driver-class-name: com.mysql.jdbc.Driver -# url: jdbc:mysql://127.0.0.1:3306/zy_wcs?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=dlasrs - username: sa - password: sa@123 - mvc: - static-path-pattern: /** - redis: - host: localhost - port: 6379 - database: 0 -# password: xltys1995 - -mybatis-plus: - mapper-locations: classpath:mapper/*.xml - global-config: - field-strategy: 0 - -logging: - path: /stock/out/logs - -super: - pwd: xltys1995 - -swagger: - enable: false \ No newline at end of file + profiles: + active: dev \ No newline at end of file -- Gitblit v1.9.1