创建brach

This commit is contained in:
davy126dell 2025-04-22 10:51:44 +08:00
parent 78816fe2dd
commit 6aeebc2263
2 changed files with 3 additions and 0 deletions

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