zss
2023-09-01 a92b6f6175b1401071e5fb3bd9fab8a2a3b72011
sys/src/main/resources/application-dev.yml
@@ -42,6 +42,7 @@
    driverClassName: com.mysql.cj.jdbc.Driver
#    url: jdbc:mysql://192.168.110.209:3306/lims_laboratory?useSSL=false&useUnicode=true&characterEncoding=utf-8&serverTimezone=GMT%2B8
#    username: user
#    password: 123456
    url: jdbc:mysql://localhost:3306/lims_laboratory?useSSL=false&useUnicode=true&characterEncoding=utf-8&serverTimezone=GMT%2B8
    username: root
    password: 123456
@@ -74,7 +75,7 @@
    # redis访问密码(默认为空)
    password: null
    # redis连接超时时间(单位毫秒)
    timeout: 50
    timeout: 2000
    # redis连接池配置
    pool:
      # 最大可用连接数(默认为8,负数表示无限)