BUG1:  If you want an embedded database (H2, HSQL or Derby), please put it on the classpath.

BUG2:使用lombok却无法找到log符号,注解@Slf4j无法使用log

1  Consider the following: If you want an embedded database (H2, HSQL or Derby), please put it on the classpath.If you have database settings to be loaded from a particular profile you may need to activate it (no profiles are currently active).

    解决办法:在启动类中加入@SpringBootApplication(exclude = DataSourceAutoConfiguration.class)

          或在application.prpperties中加入数据库配置

2  使用lombok却无法找到log符号,注解@Slf4j无法使用log

    解决办法:idea中  Settings --> Build,Excution,Deployment-->Compiler-->Annotation Processor 到了这一步勾选上: Enable annotation processing

最新文章

  1. rcnn学习(六):imdb.py学习
  2. 深入浅出Mybatis系列(二)---配置简介(mybatis源码篇)
  3. PHP类和对象等代码说明
  4. CMMI能搭救企业吗?
  5. BZOJ3692 : 愚蠢的算法
  6. 解决中64位Win7系统上PLSQL无法连接ORACLE的方法(PLSQL无法识别ORACLE_HOME的配置)
  7. bzoj4642: 泡泡
  8. Sharepoint 2010 RBS 的安装和配置
  9. grappelli美化django的admin页面
  10. Ceph Newstore存储引擎介绍
  11. Sublime_text3怎么发现PHP语法错误?
  12. WPF Binding
  13. [转]notifyDataSetChanged() 动态更新ListView
  14. C/C++常用编辑器
  15. C# DataRow[]转换DataTable
  16. [原创]一种基于Python爬虫和Lucene检索的垂直搜索引擎的实现方法介绍
  17. docker搭建zabbix
  18. A computer hardware platform abstraction - part.1
  19. USACO Section 2.1 The Castle
  20. 使用Ratpack与Spring Boot构建高性能JVM微服务

热门文章

  1. dfs(首尾字母)
  2. 小白学Python(9)——pyecharts 绘制漏斗图 Funnel
  3. 纯css实现网上商城左侧垂直商品分类菜单
  4. MIT 6.824学习笔记3 Go语言并发解析
  5. Linux 使用ansible配置集群间互信
  6. v-cloak解决Vue双大括号闪烁问题
  7. jquery 在页面上根据ID定位(jQuery锚点跳转及相关操作)
  8. Maven将jar包放入本地库
  9. Solr的学习使用之(九)facet.pivot实战
  10. Python之文件的读