增加公司机房配置

李一帆 2025-08-15 14:45:54 +08:00
parent 51341e87f9
commit 025e27ab8b
2 changed files with 7 additions and 5 deletions

View File

@ -28,7 +28,7 @@ import java.util.concurrent.atomic.AtomicBoolean;
*/ */
@Component @Component
@Slf4j @Slf4j
@Profile({"default"}) @Profile({"gs"})
public class AutoCallTaskScheduled { public class AutoCallTaskScheduled {
@Autowired @Autowired

View File

@ -43,10 +43,12 @@ spring:
dialect: org.hibernate.dialect.DmDialect dialect: org.hibernate.dialect.DmDialect
# Redis # Redis
data:
redis: redis:
database: 5 host: 10.0.41.112
host: 10.42.6.75 port: 6379
password: Whdc_890 password: 1234567a
database: 4
# host: 10.0.41.112 # host: 10.0.41.112
# password: 1234567a # password: 1234567a
# host: 127.0.0.1 # host: 127.0.0.1