Update ThymeleafArrayController.java
This commit is contained in:
parent
5deaa416e6
commit
bc4594dacf
@ -6,7 +6,7 @@ import org.springframework.web.bind.annotation.GetMapping;
|
|||||||
|
|
||||||
@Controller
|
@Controller
|
||||||
public class ThymeleafArrayController {
|
public class ThymeleafArrayController {
|
||||||
@GetMapping("/")
|
@GetMapping("/arrays")
|
||||||
public String arrayController(Model model) {
|
public String arrayController(Model model) {
|
||||||
String[] continents = new String[7];
|
String[] continents = new String[7];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user