hmy 2 недель назад
Родитель
Сommit
6c7f2920a3

+ 1 - 1
xdz-module-business/xdz-module-business-server/src/main/java/com/xindazhou/business/BusinessServerApplication.java

@@ -12,7 +12,7 @@ import org.springframework.context.annotation.ComponentScan;
  * @author 新大洲
  */
 @SpringBootApplication
-@MapperScan(basePackages = {"com.xindazhou.business.dal.mysql", "com.xindazhou.business.dal.community.mysql"})
+//@MapperScan(basePackages = {"com.xindazhou.business.dal.mysql", "com.xindazhou.business.dal.community.mysql"})
 public class BusinessServerApplication {
 
     public static void main(String[] args) {

+ 3 - 3
xdz-module-business/xdz-module-business-server/src/main/resources/application-local.yaml

@@ -97,10 +97,10 @@ spring:
   # Redis 配置。Redisson 默认的配置足够使用,一般不需要进行调优
   data:
     redis:
-      host: 127.0.0.1 # 地址
-      port: 6379 # 端口
+      host: 119.45.95.228 # 地址
+      port: 10011 # 端口
       database: 0 # 数据库索引
-      # password: # 密码,建议生产环境开启(如果 Redis 设置了密码,请填写)。本地 Redis 无密码,注释掉
+      password: xdz123@Q
 
 --- #################### MQ 消息队列相关配置 ####################