Commit 8d3ab1bc by ddx

修改cache名称

parent 577de999
......@@ -43,7 +43,7 @@ public class CacheService implements ICacheService {
@PostConstruct
public void init() {
QuickConfig qc = QuickConfig.newBuilder("cache:makeout-invoice:")
QuickConfig qc = QuickConfig.newBuilder("cache:income-invoice:")
.expire(Duration.ofSeconds(60 * 60L))
.cacheType(CacheType.REMOTE)
.syncLocal(true)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment