Skip to content

Commit 6538942

Browse files
authored
Update UserServiceImpl.java
1 parent c6f00b8 commit 6538942

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

app/src/main/java/com/hellokoding/springboot/service/impl/UserServiceImpl.java

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@
66
import org.springframework.beans.factory.annotation.Autowired;
77
import org.springframework.stereotype.Service;
88

9-
/**
10-
* 城市业务逻辑实现类
11-
*
12-
* Created by xchunzhao on 02/05/2017.
13-
*/
149
@Service
1510
public class UserServiceImpl implements UserService {
1611

@@ -21,4 +16,4 @@ public User findUserByName(String username) {
2116
return UserRepository.findByUsername(username);
2217
}
2318

24-
}
19+
}

0 commit comments

Comments
 (0)