Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 777 Bytes

后端.md

File metadata and controls

14 lines (11 loc) · 777 Bytes

环境准备

  • 已经编译且能成功运行的代码环境,可参考前2篇 编译 运行
  • IDE Idea或Eclipse,本文使用Idea

调试

在idea中调试后端非常简单,首次运行时,找到类ThingsboardServerApplication,右键点击选择菜单Debug 'ThingsboardServerApplication main' 进行调试。 后端debug 再次运行时,可以在最顶端找到ThingsboardServerApplication的debug按钮进行调试 后端debug

TIPS

  • 注意确认数据库是否能正常运行,本文使用PG12存储关系数据和时序数据
  • 配置可以在文件thingsboard.yml中进行修改(需要有一定Spring Boot的基础)