配置文件
This commit is contained in:
@@ -60,10 +60,7 @@ public class CurShopUserServiceImpl extends ServiceImpl<CurShopUserMapper, CurSh
|
|||||||
}
|
}
|
||||||
|
|
||||||
private void execUserInfo(Long pageIndex) {
|
private void execUserInfo(Long pageIndex) {
|
||||||
QueryWrapper queryWrapper = new QueryWrapper();
|
Page<OldUserInfo> page = oldUserInfoService.page(PageUtils.buildPage(pageIndex, 5000L));
|
||||||
queryWrapper.ne(OldUserInfo::getId, 1);
|
|
||||||
|
|
||||||
Page<OldUserInfo> page = oldUserInfoService.page(PageUtils.buildPage(pageIndex, 5000L), queryWrapper);
|
|
||||||
|
|
||||||
if (page.getRecords().isEmpty()) {
|
if (page.getRecords().isEmpty()) {
|
||||||
return;
|
return;
|
||||||
|
|||||||
@@ -1,36 +1,12 @@
|
|||||||
|
mybatis-flex:
|
||||||
spring:
|
|
||||||
datasource:
|
datasource:
|
||||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
ds1:
|
||||||
url: jdbc:mysql://rm-bp1kn7h89nz62cno1ro.mysql.rds.aliyuncs.com:3306/czg_cashier?useUnicode=true&characterEncoding=utf-8
|
jdbc-url: jdbc:mysql://rm-bp1b572nblln4jho2po.mysql.rds.aliyuncs.com/czg_cashier?useUnicode=true&characterEncoding=utf-8
|
||||||
username: cashier
|
username: root
|
||||||
password: Cashier@1@
|
password: Czg666888
|
||||||
|
ds2:
|
||||||
|
jdbc-url: jdbc:mysql://rm-bp1b572nblln4jho2po.mysql.rds.aliyuncs.com/fycashier?useUnicode=true&characterEncoding=utf-8
|
||||||
|
username: root
|
||||||
|
password: Czg666888
|
||||||
|
|
||||||
data:
|
|
||||||
redis:
|
|
||||||
host: 121.40.109.122
|
|
||||||
port: 6379
|
|
||||||
password: chaozg123
|
|
||||||
timeout: 1000
|
|
||||||
database: 2
|
|
||||||
|
|
||||||
cloud:
|
|
||||||
nacos:
|
|
||||||
discovery:
|
|
||||||
server-addr: 121.40.109.122:8848
|
|
||||||
namespace: 237e1905-0a66-4375-9bb6-a51c3c034aca
|
|
||||||
|
|
||||||
dubbo:
|
|
||||||
application:
|
|
||||||
name: account-server
|
|
||||||
qos-port: 22221
|
|
||||||
qos-enable: true
|
|
||||||
registry:
|
|
||||||
address: nacos://121.40.109.122:8848 # Nacos 服务地址
|
|
||||||
group: server-test
|
|
||||||
namespace: 237e1905-0a66-4375-9bb6-a51c3c034aca
|
|
||||||
protocol:
|
|
||||||
port: 9101
|
|
||||||
threads: 20
|
|
||||||
threadpool: fixed
|
|
||||||
|
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ spring:
|
|||||||
application:
|
application:
|
||||||
name: merge-data-server
|
name: merge-data-server
|
||||||
profiles:
|
profiles:
|
||||||
active: dev
|
active: prod
|
||||||
|
|
||||||
logging:
|
logging:
|
||||||
config: classpath:logback.xml
|
config: classpath:logback.xml
|
||||||
|
|||||||
Reference in New Issue
Block a user