Skip to content

Instantly share code, notes, and snippets.

@CheolhoJeon
Created April 29, 2020 03:28
Show Gist options
  • Save CheolhoJeon/6a74123ce7818985b54ac5b38e52b8a6 to your computer and use it in GitHub Desktop.
Save CheolhoJeon/6a74123ce7818985b54ac5b38e52b8a6 to your computer and use it in GitHub Desktop.
@Controller
@RequestMapping("/register")
public class RegistController {
@RequestMapping("/step1")
public String handleStep1() {
...
}
@RequestMapping("/step2")
public String handleStep1() {
...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment