PAN-54 Clean slate that runs
This commit is contained in:
@@ -9,12 +9,4 @@ public class Application {
|
||||
public static void main(final String[] args) {
|
||||
SpringApplication.run(Application.class, args);
|
||||
}
|
||||
|
||||
/*
|
||||
@Bean
|
||||
@Autowired
|
||||
public UserService userService(@Autowired final RestService restService) {
|
||||
return new UserService(restService);
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
||||
@@ -16,8 +16,6 @@ import org.springframework.web.servlet.ModelAndView;
|
||||
@AllArgsConstructor
|
||||
@RequestMapping("/createuser")
|
||||
public class UserCreationController {
|
||||
//@Autowired private final UserService userService;
|
||||
|
||||
@GetMapping({"/",""})
|
||||
public ModelAndView createUserPage() {
|
||||
LOG.info("Received request to display the user creation page: returning model with name 'User'");
|
||||
|
||||
Reference in New Issue
Block a user