开始

maven 依赖

  1. <dependency>
  2. <groupId>io.jboot</groupId>
  3. <artifactId>jboot</artifactId>
  4. <version>2.2.7</version>
  5. </dependency>

Hello World

  1. @RequestMapping("/")
  2. public class HelloworldController extends JbootController {
  3.  
  4. public void index(){
  5. renderText("hello world");
  6. }
  7.  
  8. public static void main(String[] args){
  9. JbootApplication.run(args);
  10. }
  11. }

帮助文档

微信交流群

介绍 - 图1