
SpringBoot
泛音青年
世界上最美的语言有两种,一种是五线谱,一种是二进制
展开
-
SpringBoot集成Jsp教程
Springboot的默认视图支持是Thymeleaf, Thymeleaf是一个流行的模板引擎,是用来开发Web和独立环境项目的服务器端的Java模版引擎,开发传统Java WEB工程时,我们还是使用JSP页面模板语言,尽管在SpringBoot中已经不推荐使用了,但是Thymeleaf我们不熟悉,在不熟悉Thymeleaf语法语法情况下,我们熟悉的还是jsp,当SpringBoot需要集成jsp时,如下操作,能快速搭建起前后端一体的项目。1、在springboot项目基础上,在src/main下创建w原创 2020-07-20 18:52:16 · 312 阅读 · 1 评论 -
SpringBoot+Druid启动报错Failed to configure a DataSource: 'url' attribute is not specified
报错信息:Description:Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured.Reason: Failed to determine a suitable driver classAction:Consider the following: If you want an embedded database原创 2020-05-14 14:44:55 · 3830 阅读 · 2 评论