Bladeren bron

Merge remote-tracking branch 'origin/master'

yumeng 11 maanden geleden
bovenliggende
commit
4ae77c32a6

+ 10 - 0
module-job-kuaishou/src/main/resources/application-dev.yml

@@ -88,6 +88,16 @@ spring:
       shutdown-timeout: 100ms
     password: ''
     port: 6379
+  # mongodb 配置
+  data:
+    mongodb:
+      host: 192.168.0.99
+      port: 27017
+      #root:只在admin数据库中可用。超级账号,超级权限
+      username: root
+      password: hcst2024..
+      database: admin
+      authentication-database: admin
 #mybatis plus 设置
 mybatis-plus:
   mapper-locations: classpath*:org/jeecg/modules/**/xml/*Mapper.xml,classpath*:cn/com/ctop/**/xml/*Mapper.xml

+ 10 - 0
module-job-kuaishou/src/main/resources/application-jiaoyang.yml

@@ -104,6 +104,16 @@ spring:
       shutdown-timeout: 100ms
     password: hcst@2021..
     port: 6379
+  # mongodb 配置
+  data:
+    mongodb:
+      host: 172.30.0.5
+      port: 27017
+      #root:只在admin数据库中可用。超级账号,超级权限
+      username: root
+      password: hcst2024..
+      database: admin
+      authentication-database: admin
 #mybatis plus 设置
 mybatis-plus:
   mapper-locations: classpath*:org/jeecg/modules/**/xml/*Mapper.xml,classpath*:cn/com/ctop/**/xml/*Mapper.xml

+ 10 - 0
module-job-kuaishou/src/main/resources/application-preprod.yml

@@ -104,6 +104,16 @@ spring:
       shutdown-timeout: 100ms
     password: hcst@2021..
     port: 6379
+  # mongodb 配置
+  data:
+    mongodb:
+      host: 172.30.0.5
+      port: 27017
+      #root:只在admin数据库中可用。超级账号,超级权限
+      username: root
+      password: hcst2024..
+      database: admin
+      authentication-database: admin
 #mybatis plus 设置
 mybatis-plus:
   mapper-locations: classpath*:org/jeecg/modules/**/xml/*Mapper.xml,classpath*:cn/com/ctop/**/xml/*Mapper.xml

+ 10 - 0
module-job-kuaishou/src/main/resources/application-prod.yml

@@ -104,6 +104,16 @@ spring:
       shutdown-timeout: 100ms
     password: hcst@2021..
     port: 6379
+  # mongodb 配置
+  data:
+    mongodb:
+      host: 172.30.0.5
+      port: 27017
+      #root:只在admin数据库中可用。超级账号,超级权限
+      username: root
+      password: hcst2024..
+      database: admin
+      authentication-database: admin
 #mybatis plus 设置
 mybatis-plus:
   mapper-locations: classpath*:org/jeecg/modules/**/xml/*Mapper.xml,classpath*:cn/com/ctop/**/xml/*Mapper.xml

+ 10 - 0
module-job-kuaishou/src/main/resources/application-test.yml

@@ -105,6 +105,16 @@ spring:
       shutdown-timeout: 100ms
     password: ''
     port: 6379
+  # mongodb 配置
+  data:
+    mongodb:
+      host: 192.168.0.99
+      port: 27017
+      #root:只在admin数据库中可用。超级账号,超级权限
+      username: root
+      password: hcst2024..
+      database: admin
+      authentication-database: admin
 #mybatis plus 设置
 mybatis-plus:
   mapper-locations: classpath*:org/jeecg/modules/**/xml/*Mapper.xml,classpath*:cn/com/ctop/**/xml/*Mapper.xml