Skip to content

Commit

Permalink
update spring boot 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vnobo committed Jan 4, 2024
1 parent 77aa2c7 commit 306e77c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ public class Tenant implements BaseEntity<Integer> {
@Id
private Integer id;

@NotBlank(message = "租户编码[code]不能为空!")
@NotBlank(message = "编码[code]不能为空!")
private String code;

@NotBlank(message = "租户父级[pcode]不能为空!")
@NotBlank(message = "父级[pcode]不能为空!")
private String pcode;

@NotBlank(message = "租户名[name]不能为空!")
Expand Down
2 changes: 1 addition & 1 deletion boot/platform/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spring:
time-zone: "GMT+8"
locale: "zh_CN"
codec:
max-in-memory-size: 2MB
max-in-memory-size: 5MB
log-request-details: false
cache:
type: redis
Expand Down

0 comments on commit 306e77c

Please sign in to comment.