gaoaoy
2024-03-14 08996b11833ab99f2553c2e4f1dc960e999a0d3c
system-run/src/main/resources/application-dev.yml
@@ -18,7 +18,7 @@
# 照片存储路径+++++++++++++++++++++++++++运维需要配置+++++++++++++++++++++++++++
file:
  path: D:/webapp/images
  path: /Users/gaoaoy/webapp/images
  # 上传文件允许的扩展名
  allowed: png,jpg,jpeg,gif
@@ -35,7 +35,7 @@
    type: com.alibaba.druid.pool.DruidDataSource
    driverClassName: com.mysql.cj.jdbc.Driver
    url: jdbc:mysql://114.132.189.42:9004/center-lims?useSSL=false&useUnicode=true&characterEncoding=utf-8&serverTimezone=GMT%2B8
    username: user
    username: root
    password: 123456
    druid:
      #   Druid数据源配置