add > RESTFul controller template

master
lihengming 8 years ago
parent 50276b2620
commit 1d9e10aa1a
  1. 1
      src/test/resources/generator/template/controller.ftl

@ -10,6 +10,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
import javax.annotation.Resource;
import java.util.List;
/**
* Created by ${author} on ${date}.

Loading…
Cancel
Save