File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed
hsweb-system/hsweb-system-authorization/hsweb-system-authorization-api/src/main/java/org/hswebframework/web/system/authorization/api/entity Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 88import org .apache .commons .codec .digest .DigestUtils ;
99import org .hswebframework .ezorm .rdb .mapping .annotation .Comment ;
1010import org .hswebframework .ezorm .rdb .mapping .annotation .DefaultValue ;
11- import org .hswebframework .web .api .crud .entity .GenericEntity ;
11+ import org .hswebframework .web .api .crud .entity .ExtendableEntity ;
1212import org .hswebframework .web .api .crud .entity .RecordCreationEntity ;
1313import org .hswebframework .web .bean .ToString ;
1414import org .hswebframework .web .validator .CreateGroup ;
3434 indexes = @ Index (name = "user_username_idx" , columnList = "username" , unique = true )
3535)
3636@ Comment ("用户信息" )
37- public class UserEntity extends GenericEntity <String > implements RecordCreationEntity {
37+ public class UserEntity extends ExtendableEntity <String > implements RecordCreationEntity {
3838
3939 @ Column (length = 128 , nullable = false )
4040 @ NotBlank (message = "姓名不能为空" , groups = CreateGroup .class )
Original file line number Diff line number Diff line change 8080 <java .module.version>17</java .module.version>
8181 <project .build.jdk>${java.version} </project .build.jdk>
8282
83- <spring .boot.version>3.4.8</spring .boot.version>
83+ <spring .boot.version>3.4.9</spring .boot.version>
84+ <spring .framework.version>6.2.10</spring .framework.version>
8485
8586 <javassist .version>3.30.2-GA</javassist .version>
8687
381382 <!-- <version>2.3.3.RELEASE</version>-->
382383 <!-- </dependency>-->
383384
385+ <dependency >
386+ <groupId >org.springframework</groupId >
387+ <artifactId >spring-framework-bom</artifactId >
388+ <version >${spring.framework.version} </version >
389+ <type >pom</type >
390+ <scope >import</scope >
391+ </dependency >
392+
384393 <dependency >
385394 <groupId >com.google.code.findbugs</groupId >
386395 <artifactId >jsr305</artifactId >
You can’t perform that action at this time.
0 commit comments