gaoaoy
2024-03-08 b5dbf63b29317422cda4005c17f22a6c06b28289
system-run/src/main/resources/application-dev.yml
@@ -5,7 +5,7 @@
logging:
  config: classpath:logback-spring.xml
  # 日志存储路径+++++++++++++++++++++++++++运维需要配置+++++++++++++++++++++++++++
  file-location: D:\鹓雏公司\frame-after\logs_IS_UNDEFINED
  file-location: D:\鹓雏公司\frame-after\logs
# 数据库备份路径
backup:
@@ -18,7 +18,7 @@
# 照片存储路径+++++++++++++++++++++++++++运维需要配置+++++++++++++++++++++++++++
file:
  path: D:/webapp/images
  path: /Users/gaoaoy/webapp/images
  # 上传文件允许的扩展名
  allowed: png,jpg,jpeg,gif
@@ -34,8 +34,8 @@
  datasource:
    type: com.alibaba.druid.pool.DruidDataSource
    driverClassName: com.mysql.cj.jdbc.Driver
    url: jdbc:mysql://127.0.0.1:3306/shengyun?useSSL=false&useUnicode=true&characterEncoding=utf-8&serverTimezone=GMT%2B8
    username: root
    url: jdbc:mysql://114.132.189.42:9004/center-lims?useSSL=false&useUnicode=true&characterEncoding=utf-8&serverTimezone=GMT%2B8
    username: user
    password: 123456
    druid:
      #   Druid数据源配置
@@ -59,7 +59,7 @@
    # redis数据库索引(默认为0),我们使用索引为3的数据库,避免和其他数据库冲突
    database: 0
    # redis服务器地址(默认为localhost)
    host: 127.0.0.1
    host: 192.168.0.134
    # redis端口(默认为6379)
    port: 6379
    # redis访问密码(默认为空)