Spring boot
椒盐可乐
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Linux服务器Springboot 启动脚本
Linux服务器Springboot 启动脚本,可以通过service.shstart|stop|restartstatus实现启动,停止,重启操作了。1.创建脚本文件service.sh。原创 2022-07-30 12:04:48 · 2050 阅读 · 2 评论 -
eclipse 安装springboot插件STS spring-tool-suite
1.查看eclipse版本 help ==》eclipse Marktplace 2.点击 instaled 一路安装即可 安装好了会提示重启eclipse下次新建项目就可以直接选spring了原创 2018-03-27 10:13:09 · 591 阅读 · 0 评论 -
Springboot 使用mysql-connector-java8.0链接报错解决
错误提示: 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. 1...原创 2019-03-01 09:52:55 · 3940 阅读 · 0 评论 -
springboot2.0中使用jsp
pom中新增依赖 <!--引入springboot 内嵌tomcat对jsp的解析包 --> <dependency> <groupId>org.apache.tomcat.embed</groupId> <artifactId>tomcat-embed-jasper</artifactId> <...原创 2019-03-01 10:09:43 · 501 阅读 · 0 评论
分享