Setting property 'source' to 'org.eclipse.jst.jee.server:mybatis' did not find a matching property.

警告: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'source' to 'org.eclipse.jst.jee.server:mybatis' did not find a matching property.

原因:这是因为我们在eclipse下,通过tomcat部署web工程时,tomcat的配置文件server.xml中会自动生成一个关于该web工程的配置信息,而默认情况下,server.xml的 Context元素不支持名称为source的属性,所以会发出警告。

解决办法:

第一步:

Setting property 'source' to 'org.eclipse.jst.jee.server:mybatis' did not find a matching property.

第二步:

Setting property 'source' to 'org.eclipse.jst.jee.server:mybatis' did not find a matching property.

相关文章:

  • 2021-12-05
  • 2022-01-07
  • 2021-09-29
  • 2021-08-07
  • 2021-07-04
  • 2022-12-23
  • 2022-12-23
  • 2022-01-09
猜你喜欢
  • 2021-06-17
  • 2021-09-28
  • 2021-12-18
  • 2021-12-20
  • 2022-12-23
  • 2022-12-23
  • 2021-09-20
相关资源
相似解决方案