用户默认头像
This commit is contained in:
parent
ea94e3855d
commit
0e3fafe2f2
@ -34,8 +34,7 @@ spring:
|
||||
file: classpath:redisson.yml
|
||||
data:
|
||||
mongodb:
|
||||
# uri: mongodb://root:root@192.168.1.202:27017
|
||||
# database: imooc-red-book
|
||||
# uri: mongodb://admin:A1969bf8@82.156.121.2:37017/admin
|
||||
uri: mongodb://admin:A1969bf8@43.143.227.203:37017/admin
|
||||
rabbitmq:
|
||||
host: 182.92.182.217
|
||||
|
@ -95,7 +95,7 @@ public class UserServiceImpl implements UserService {
|
||||
|
||||
user.setBirthday(DateUtil.stringToDate("1999-01-01"));
|
||||
user.setSex(Sex.secret.type);
|
||||
user.setBgImg("http://82.156.121.2:29000/bucket/IMG20241212102441.jpg"); // 测试用地址
|
||||
user.setBgImg(USER_FACE1);
|
||||
user.setCountry("中国");
|
||||
user.setProvince("");
|
||||
user.setCity("");
|
||||
|
Loading…
x
Reference in New Issue
Block a user