spring
dxmcu
QQ : 2795247843
展开
-
Spring Boot 修改默认端口号
修改配置文件,加上参数:server.port=8014或者: server: port: 8014 启动后可发现tomcat运行在端口8014上了。实现原因可看以下链接:【转载】SpringBoot修改默认端口号 - 空の彼方 - 博客园...转载 2021-12-28 11:28:56 · 511 阅读 · 0 评论 -
关于启动SpringBoot简单项目报错Error starting ApplicationContext. To display the conditions report re-run ..的问题
当我们创建一个SpringBoot项目,它pom.xml中的这个地方是这样的:如图所示如果红色框里面没有注释点,一运行项目就会报错如下图片所示:经过一番百度也没有发现类似报错的情况,也不知道这么去解决。只有将pom.xml中的这个注释掉,如下图所示:...原创 2021-12-28 11:19:57 · 472 阅读 · 0 评论 -
解决:Loading class `com.mysql.jdbc.Driver‘. This is deprecated. The new driver class is `com.mysql.cj
异常:Loading class `com.mysql.jdbc.Driver'. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver'. The driver is automatically registered via the SPI and manual loading of the driver class is generally unnecessary.整合spring boot项目过程中出现的,用原创 2021-12-15 17:23:42 · 2187 阅读 · 0 评论 -
[ERROR] Failure executing javac, but could not parse the error: javac: invalid target release: 1.8
[ERROR] COMPILATION ERROR :[INFO] -------------------------------------------------------------[ERROR] Failure executing javac, but could not parse the error:javac: invalid target release: 1.8Usag...原创 2019-10-09 15:20:56 · 1435 阅读 · 0 评论