Compare commits

...

3 Commits

Author SHA1 Message Date
ffab09687e 创建brach 2025-04-22 11:10:38 +08:00
6aeebc2263 创建brach 2025-04-22 10:51:44 +08:00
78816fe2dd 创建brach 2025-04-22 10:16:49 +08:00
3 changed files with 9 additions and 0 deletions

View File

@ -18,3 +18,9 @@ public class BigEventApplication
}
}
创建brac11122

View File

@ -8,4 +8,6 @@ public interface UserService {
//注册
void register(String username, String password);
}

View File

@ -8,3 +8,4 @@ spring:
mybatis:
configuration:
map-underscore-to-camel-case: true