12 lines
254 B
Java
12 lines
254 B
Java
|
|
package com.baeldung.web;
|
||
|
|
import org.springframework.roo.addon.web.mvc.thymeleaf.annotations.RooThymeleafMainController;
|
||
|
|
|
||
|
|
/**
|
||
|
|
* = MainController
|
||
|
|
TODO Auto-generated class documentation
|
||
|
|
*
|
||
|
|
*/
|
||
|
|
@RooThymeleafMainController
|
||
|
|
public class MainController {
|
||
|
|
}
|