Skip to content

Commit

Permalink
✨ 完善 mica-nats 模块
Browse files Browse the repository at this point in the history
  • Loading branch information
li-xunhuan committed Aug 21, 2023
1 parent 00901bf commit 00ce9e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle/version.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ext {
springBootVersion = "3.1.1"
springCloudVersion = "2022.0.3"
springBootVersion = "3.1.2"
springCloudVersion = "2022.0.4"
micaAutoVersion = "3.1.1"
micaWeiXinVersion = "3.0.0"
knife4jVersion = "3.0.3"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
package net.dreamlu.mica.nats.config;

import io.nats.client.Options;
import jakarta.validation.constraints.NotBlank;
import lombok.Getter;
import lombok.Setter;
import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.cloud.context.config.annotation.RefreshScope;
import org.springframework.validation.annotation.Validated;

import javax.validation.constraints.NotBlank;
import java.time.Duration;

/**
Expand Down

0 comments on commit 00ce9e7

Please sign in to comment.