Crunchy
2024-04-23 4f986140a10e71c07c7001ccbcda6e93e17736b1
system-run/src/main/resources/application-dev.yml
@@ -37,6 +37,7 @@
  datasource:
    type: com.alibaba.druid.pool.DruidDataSource
    driverClassName: com.mysql.cj.jdbc.Driver
    #url: jdbc:mysql://localhost:3306/center_lims?useSSL=false&useUnicode=true&characterEncoding=utf-8&serverTimezone=GMT%2B8
    url: jdbc:mysql://114.132.189.42:9004/center-lims?useSSL=false&useUnicode=true&characterEncoding=utf-8&serverTimezone=GMT%2B8
    username: root
    password: 123456
@@ -66,7 +67,7 @@
    # redis端口(默认为6379)
    port: 6379
    # redis访问密码(默认为空)
    password: null
    password: 123456
    # redis连接超时时间(单位毫秒)
    timeout: 50
    # redis连接池配置