摘要: 介绍在项目中使用Lombok可以减少很多重复代码的书写。比如说getter/setter/toString等方法的编写。 IDEA中的安装打开IDEA的Setting –> 选择Plugins选项 –> 选择Browse repositories –> 搜索lombok –> 点击安装 –> 安装完 阅读全文
posted @ 2019-03-05 23:21 jeremy1888 阅读(221) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/myvanguard/article/details/84844583 简介 springboot的默认配置文件 application.propertiesapplication.ymlyaml是标记语言,是以数据为中心的的配置文件 server: po 阅读全文
posted @ 2019-03-05 16:32 jeremy1888 阅读(287) 评论(0) 推荐(0) 编辑
摘要: 1.启动项目的时候报错 1.Error starting ApplicationContext. To display the auto-configuration report re-run your application with 'debug' enabled. 解决方法: 在yml配置文件 阅读全文
posted @ 2019-03-05 16:31 jeremy1888 阅读(3413) 评论(0) 推荐(0) 编辑