3225470df5
Revert "BAEL-3275: Using blocking queue for pub-sub"
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 {
|
|
}
|