liyong
5 天以前 f2bcea370ece83a7f4ae38b9e5a942639065d2a2
src/main/resources/application-dev.yml
@@ -63,9 +63,9 @@
    druid:
      # 主库数据源
      master:
        url: jdbc:mysql://localhost:3306/product-inventory-management-hckx?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
        url: jdbc:mysql://1.15.17.182:9999/product-inventory-management-new?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
        username: root
        password: 123456
        password: xd@123456..
      # 从库数据源
      slave:
        # 从数据源开关/默认关闭
@@ -143,7 +143,7 @@
    database: 0
    # 密码
    #    password: root2022!
    password:
    password: 123456
    # 连接超时时间
    timeout: 10s
@@ -198,8 +198,8 @@
  typeAliasesPackage: com.ruoyi.**.pojo
  # 配置mapper的扫描,找到所有的mapper.xml映射文件
  mapperLocations: classpath*:mapper/**/*Mapper.xml
  # 加载全局的配置文件
  configLocation: classpath:mybatis/mybatis-config.xml
  configuration:
     log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
  global-config:
    enable-sql-runner: true
    db-config: