Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 63d524fe72 | |||
| ffab09687e | |||
| 6aeebc2263 | |||
| 78816fe2dd |
@ -18,3 +18,9 @@ public class BigEventApplication
|
|||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
创建brac11122--3333
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -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