yxh
yxh
2023-03-27 cc3c043f5591646ccfeef921d41f559441544c20
ruoyi-admin/src/main/resources/application.yml
@@ -18,7 +18,7 @@
# 开发环境配置
server:
  # 服务器的HTTP端口,默认为8080
  port: 8081
  port: 8080
  servlet:
    # 应用的访问路径
    context-path: /
@@ -70,13 +70,13 @@
  # redis 配置
  redis:
    # 地址
    host: localhost
    host: 116.62.18.175
    # 端口,默认为6379
    port: 6379
    port: 6020
    # 数据库索引
    database: 0
    # 密码
    password:
    password: Smartor
    # 连接超时时间
    timeout: 10s
    lettuce:
@@ -102,7 +102,7 @@
# MyBatis配置
mybatis:
    # 搜索指定包别名
    typeAliasesPackage: com.ruoyi.**.domain
    typeAliasesPackage: com.ruoyi.**.domain,com.smartor.domain
    # 配置mapper的扫描,找到所有的mapper.xml映射文件
    mapperLocations: classpath*:mapper/**/*Mapper.xml
    # 加载全局的配置文件