thymeleaf的优势是更容易实现前后端分离,但性能、易用性各方面还是不如freemarker。freemarker也是spring官方在@Deprecated velocity之后推荐替换的模板,如果有同学考虑模板选型,建议先了解一下。
Spring官方在VelocityViewResolver类上的注释:
@deprecated as of Spring 4.3, in favor of FreeMarker
Spring官方在VelocityViewResolver类上的注释:
@deprecated as of Spring 4.3, in favor of FreeMarker
2018-01-13
根据杯子找妹纸(我只能帮你们到这里了):
List<Girl> findByCupSize(String cupSize);
@GetMapping(value = "girls/cupSize/{cupSize}")
public List<Girl> findGirlsByCupSize(@PathVariable("cupSize") String cupSize) {
return girlRepository.findByCupSize(cupSize);
}
List<Girl> findByCupSize(String cupSize);
@GetMapping(value = "girls/cupSize/{cupSize}")
public List<Girl> findGirlsByCupSize(@PathVariable("cupSize") String cupSize) {
return girlRepository.findByCupSize(cupSize);
}
2018-01-12
我哥们看见我在看这张图告诉我:
postman官网下载地址:https://www.getpostman.com/
我只能帮你到这了!!
我在想他是不是也看过不然怎么知道的。。。。。。
postman官网下载地址:https://www.getpostman.com/
我只能帮你到这了!!
我在想他是不是也看过不然怎么知道的。。。。。。
2018-01-12