创建brach
This commit is contained in:
parent
78816fe2dd
commit
6aeebc2263
@ -8,4 +8,6 @@ public interface UserService {
|
|||||||
|
|
||||||
//注册
|
//注册
|
||||||
void register(String username, String password);
|
void register(String username, String password);
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@ -8,3 +8,4 @@ spring:
|
|||||||
mybatis:
|
mybatis:
|
||||||
configuration:
|
configuration:
|
||||||
map-underscore-to-camel-case: true
|
map-underscore-to-camel-case: true
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user