在class上使用了@RestController,会使所有除String返回类型的数据封装为json直接写入respond流中,不会经过视图解析器。
另,记录一下css的表格居中:
<style>
td{
text-align: center;
}
</style>
在class上使用了@RestController,会使所有除String返回类型的数据封装为json直接写入respond流中,不会经过视图解析器。
另,记录一下css的表格居中:
<style>
td{
text-align: center;
}
</style>