<dependencies> <dependency> <groupId>org.eweb4j</groupId> <artifactId>eweb4j-all</artifactId> <version>1.0.0</version> </dependency> </dependencies> @Controller public class HelloWorldController { @RequestMapping("/hello") public String sayHello(Model model) { model.addAttribute("message", "Hello World!"); return "hello"; } } jsp <!DOCTYPE html> <html> <head> <title>Hello World</title> </head> <body> <h1>${message}</h1> </body> </html>


上一篇:
下一篇:
切换中文