代码格式和文字简单调整

This commit is contained in:
zhangdaiscott
2022-09-22 15:46:19 +08:00
parent 0079050109
commit f6fc896982
10 changed files with 29 additions and 19 deletions

View File

@@ -4,7 +4,7 @@ package org.jeecg.modules.test.feign.controller;
import lombok.extern.slf4j.Slf4j;
import org.apache.commons.lang3.StringUtils;
import org.jeecg.common.api.vo.Result;
import org.jeecg.modules.test.feign.client.*;
import org.jeecg.modules.test.feign.client.JeecgTestClient;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.*;
import com.alibaba.csp.sentinel.annotation.SentinelResource;

View File

@@ -3,8 +3,6 @@ package org.jeecg.modules.test.lock;
import lombok.extern.slf4j.Slf4j;
import org.jeecg.boot.starter.lock.annotation.JLock;
import org.jeecg.boot.starter.lock.client.RedissonLockClient;
import org.jeecg.boot.starter.rabbitmq.client.RabbitMqClient;
import org.jeecg.common.base.BaseMap;
import org.jeecg.modules.test.constant.CloudConstant;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.scheduling.annotation.Scheduled;

View File

@@ -27,4 +27,4 @@
<version>${jeecgboot.version}</version>
</dependency>
</dependencies>
</project>
</project>

View File

@@ -65,7 +65,7 @@ public class JeecgShardingDemoController extends JeecgController<ShardingSysLog,
@ApiOperation(value = "分库分表插入", notes = "分库分表")
public Result<?> test2() {
int start=20;
int size=50;
int size=30;
for (int i = start; i <= size; i++) {
ShardingSysLog shardingSysLog = new ShardingSysLog();
shardingSysLog.setLogContent("分库分表测试");