文章分类 -  Springboot

摘要:@SessionAttributes注解在类上,只会在创建Model的Controller层生效 thymeleaf依赖添加后如果想要从Controller跳转到static下的页面需要添加redirect redirect:/home.html 阅读全文
posted @ 2023-04-08 11:03 钟音城 阅读(7) 评论(0) 推荐(0) 编辑
摘要:@ConfigurationProperties实现配置文件中的属性注解 @Component @ConfigurationProperties (prefix = "user1") public class User { private int id; private String name; p 阅读全文
posted @ 2023-04-05 09:35 钟音城 阅读(23) 评论(0) 推荐(0) 编辑
摘要:@Controller +@ResponseBody= @RestController 阅读全文
posted @ 2023-04-03 21:24 钟音城 阅读(8) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示