增加公司机房配置
parent
51341e87f9
commit
025e27ab8b
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue