We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6f00b8 commit 6538942Copy full SHA for 6538942
app/src/main/java/com/hellokoding/springboot/service/impl/UserServiceImpl.java
@@ -6,11 +6,6 @@
6
import org.springframework.beans.factory.annotation.Autowired;
7
import org.springframework.stereotype.Service;
8
9
-/**
10
- * 城市业务逻辑实现类
11
- *
12
- * Created by xchunzhao on 02/05/2017.
13
- */
14
@Service
15
public class UserServiceImpl implements UserService {
16
@@ -21,4 +16,4 @@ public User findUserByName(String username) {
21
return UserRepository.findByUsername(username);
22
17
}
23
18
24
-}
19
+}
0 commit comments