springboot
alan_gaohaodong
加油!
展开
-
idea设置springboot热部署
一. 由于使用springboot开发时,需要经常修改代码,但是每次的修改需要重启springboot的启动类才能生效,所以我们需要设置成热部署的方式,大大减少启动时间,提高开发效率.二. 设置热启动包括两方面: (1) 在pom.xml文件中添加热部署的依赖 <dependency> <groupId>org.springfra...原创 2019-03-25 11:17:16 · 346 阅读 · 0 评论 -
idea2018.3.3 中springboot项目引入jpa报错导致@Entity不能用
一. 之前一直点击下图的刷新按钮,但没效果,只好下面的办法二. 解决办法找到pom.xml,点击右键选择maven,再点击Reimport,即可原创 2019-03-26 15:35:06 · 2212 阅读 · 1 评论 -
错误 java.sql.SQLNonTransientConnectionException: CLIENT_PLUGIN_AUTH is required
一. 由于使用的是springboot默认的 mysql-connector-java 版本是八点多, 导致报了这个错误Loading class `com.mysql.jdbc.Driver'. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver'. The driver is automatically...原创 2019-03-26 16:12:46 · 24877 阅读 · 0 评论