增加公司机房配置

李一帆 2025-08-15 14:45:54 +08:00
parent 05008e62a8
commit b403c4b2fc
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
redis: data:
database: 5 redis:
host: 10.42.6.75 host: 10.0.41.112
password: Whdc_890 port: 6379
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