Commit 09d220a2 authored by bing zhang's avatar bing zhang
Browse files

5

parent 152a37b8
...@@ -18,6 +18,7 @@ public class AuthenticationServiceImpl implements AuthenticationService { ...@@ -18,6 +18,7 @@ public class AuthenticationServiceImpl implements AuthenticationService {
@Autowired @Autowired
public AuthenticationServiceImpl(UserService userService, SystemConfig systemConfig) { public AuthenticationServiceImpl(UserService userService, SystemConfig systemConfig) {
int i=10/0;
this.userService = userService; this.userService = userService;
this.systemConfig = systemConfig; this.systemConfig = systemConfig;
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment