publish 0.2.3

This commit is contained in:
曾文豪
2023-02-01 16:43:04 +08:00
parent 17706e8065
commit 439947caad
15 changed files with 28 additions and 26 deletions

View File

@@ -6,7 +6,7 @@
<parent>
<groupId>com.tiesheng</groupId>
<artifactId>springboot-parent</artifactId>
<version>0.2.2</version>
<version>0.2.3</version>
</parent>
<artifactId>springboot-ademo</artifactId>

View File

@@ -19,7 +19,7 @@ public class DemoWebConfigurer implements TieshengWebConfigurer {
GlobalConfig globalConfig;
@Override
public CurrentWebUser getCurrentUserName(String userId) {
public CurrentWebUser getCurrentUserName(TokenBean tokenBean) {
return null;
}