腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
文章
问答
(9999+)
视频
沙龙
1
回答
无法
通过
Thymeleaf
将
日期
插入
Spring
Boot
中
的
Oracle
数据库
、
、
我
的
CRUD过程中有一个打字错误。我
无法
处理
将
date类型
插入
到名为
Oracle
11g
的
my
数据库
中
。 当我尝试
插入
数据时,控制台上出现错误。
浏览 17
提问于2019-09-12
得票数 0
回答已采纳
1
回答
如何在没有
spring
安全
的
spring
中
创建管理员登录模块(只有signIn)和验证用户?
、
、
、
、
创建了admin
的
实体。class Admin{private String name;} 使用getter和setter,构造函数和完成
的
实体应在AdminRespository、AdminService、AdminController
中
添加哪些内容来验证用户?而不使用
spring
security。
浏览 14
提问于2021-10-15
得票数 0
1
回答
Spring
boot
静态内容包括配置文件属性
、
我在我
的
Spring
boot
项目中有一个静态网页,其中包含以下代码: <redoc spec-url='http://localhost:8080/v2/api-docs'></redoc> 我该如何基于配置文件属性来实现这一点,我想应该是这样
的
,但我在网上找不到任何文档: <redoc spec-url='${url}'></redoc>
浏览 9
提问于2021-10-01
得票数 0
回答已采纳
2
回答
Spring
找不到我
的
html页面
、
、
、
我是春天
的
新手。我试着做一些简单
的
事情,只要让
spring
读我
的
html页面。我知道这是非常基本
的
,但我已经尝试了许多教程,但
无法
使它工作。在下面的图像
中
是我
的
项目文件夹 package com.springbootrecipes.controllers; import org.springframework.
boot
.autoconfigure.EnableAutoConfiguration--
浏览 0
提问于2018-03-27
得票数 2
回答已采纳
5
回答
Spring
:
无法
解析名为“dispatcherServlet”
的
servlet
中
的
名称“index”视图
、
我试图
通过
使用
spring
引导来设置我
的
应用程序
的
主页。但是我得到了错误,因为
无法
解析servlet
中
名为“index.html”
的
视图,该视图名为“dispatcherServlet”。我
的
代码如下@SpringBootApplication static Logger logger>0.1.36-SNAPSHOT</
浏览 2
提问于2018-07-12
得票数 6
3
回答
无法
使用晶闸管运行
spring
引导应用程序
、
、
、
www.ultraq.net.nz/
thymeleaf
/layout">我
的
pom.xml:<groupId>org.springframework.
boot
</groupId> <artifactId>
spring
-
b
浏览 0
提问于2018-01-23
得票数 2
1
回答
分级构建,ojdbc6-11.2.0.3
运行时: line.It命令
中
的
gradle build运行良好,并创建了一个Test.jar 在build/libs folder.when
中
,我使用
的
是:java -jar Test.jar。它显示:
无法
加载类:
oracle
.jdbc.OracleDriverclass未找到。有人能帮我吗?非常感谢!由: ClassLoader:org.springframework.
boot
.loader.LaunchedURLClass ssLoader:org.h
浏览 2
提问于2015-07-06
得票数 0
回答已采纳
4
回答
Security +
Thymeleaf
:缺少IProcessorDialect类
、
、
、
、
我正在尝试
将
Thymeleaf
安全方言(例如sec:authorize )集成到一个正常工作
的
Spring
+ security应用程序
中
。经过一些研究,我发现激活
的
解决方案是:<dependency> <artifactId找到依赖项,标记
中
识别的标记。 然
浏览 12
提问于2016-05-17
得票数 20
回答已采纳
2
回答
Spring
boot
-欢迎页面
、
我使用
Spring
Boot
1.2.7。添加了欢迎页面,如下所示:public class TomcatConfig { }} 在WebMvc
中
,
浏览 0
提问于2015-10-27
得票数 0
2
回答
Spring
Boot
和
Thymeleaf
Neko HTML错误
、
、
、
、
无法
执行从遗留HTML到XML
的
转换: nekoHTML库不在类路径
中
。<artifactId>
spring
-
boot
-starter-
thymeleaf
</artifactId> <dependency>> </dependency> 这是我
的
浏览 0
提问于2016-09-06
得票数 3
回答已采纳
3
回答
Spring
Boot
2.1.5
无法
将
类型java.lang.String
的
属性值转换为所需
的
类型java.time.LocalDate
、
、
、
、
我正在尝试使用
Thymeleaf
作为我
的
模板引擎来设置
Spring
Boot
2.1.5 /
Spring
MVC应用程序。我有一个支持表单
的
bean (为简洁起见,省略了getter和setter):Failed to c
浏览 1
提问于2019-06-12
得票数 1
1
回答
Spring
Boot
和
Thymeleaf
:找不到HTML模板
、
、
、
我正在尝试用
Thymeleaf
创建一个基于
Spring
的
应用程序。我使用示例作为起点。我
的
应用程序找不到一些模板。</groupId> </dependency> <dependency<groupId>org.springframew
浏览 1
提问于2017-02-03
得票数 0
回答已采纳
1
回答
晶闸管误差
下面是
无法
解析
的
循环引用
的
代码抛出错误。当
Spring
试图创建MessageFormatHelper bean时,在运行jar时抛出class.This错误。我试着去看,但不知道什么是理由。com.flex.eventManagement.handler.helper.MessageFormatHelper.templateEngine;嵌套异常是org.springframework.beans.factory.BeanCreationException:错误创建bean,名为'org.springframew
浏览 4
提问于2016-04-21
得票数 0
3
回答
春季引导错误org.springframework.beans.factory.BeanCreationException数据源
、
、
、
-5.0.9.RELEASE.jar:5.0.9.RELEASE]我
的
代码是
spring
.
thymeleaf
.cache#
Oracle
settings
spring
.datasource.username=root
s
浏览 1
提问于2018-09-20
得票数 1
回答已采纳
1
回答
当尝试呈现index.html时,
Spring
Boot
+
Thymeleaf
=“白色标记错误页”
、
、
、
我正在尝试做一个简单
的
Spring
库我
的
结构: <version>1.5.9.RELEASE&l
浏览 0
提问于2018-01-17
得票数 3
3
回答
你每次都要重启
spring
mvc吗?
、
、
、
在几次大脑崩溃后,我终于让我
的
spring
mvc +
thymeleaf
工作了, 但是每次我改变一些东西时,我需要重新启动整个
spring
应用程序吗?我甚至尝试在application.properties
中
添加
spring
.
thymeleaf
.cache=false,我看到一些人建议这样做,但是..没什么。它不起作用。
浏览 31
提问于2016-08-30
得票数 4
回答已采纳
12
回答
循环视图路径错误弹簧引导
、
、
、
我正在尝试使用
Spring
构建一个MVC应用程序,它显示了一个产品列表。但我得到了以下错误: <html lang="en" xmlns:th="http://www.
thymeleaf
.
浏览 20
提问于2016-04-18
得票数 46
2
回答
在Springboot应用程序
中
尝试从控制器返回视图
的
循环视图路径
、
、
、
、
这是
Spring
网站上在线下载
的
Spring
Initialzr项目。我使用一个普通
的
@Controller并返回一个字符串,该字符串应该返回视图名称。DOCTYPE HTML> <head>
浏览 0
提问于2016-11-15
得票数 0
5
回答
重新启动
Spring
和
Thymeleaf
-热交换模板和资源
、
、
、
、
我尝试了我在这里和文档中找到
的
所有技巧和技巧,但仍然没有运气。我有
Thymeleaf
的
Spring
。当我在IDEA
中
调用update时,资源和模板不会被重新加载(它不需要重新加载)。然后,我可以在浏览器
中
疯狂地按下ctrl+f5,更改是不存在
的
。ApplicationContextAware { 我
的
文件夹结构现在看起来像,但我也尝试
将
资源放在没有“静态”文件夹或webapp/resources
的
情况下。j
浏览 3
提问于2016-10-15
得票数 13
回答已采纳
7
回答
Spring
-
无法
解决MVC“视图”
、
、
、
我有一个简单
的
HomeController.class public String home() { }此外,我还得到了一个名为home.html
的
模板text/html; charset=UTF-8" /> <
浏览 23
提问于2020-01-31
得票数 5
回答已采纳
点击加载更多
相关
资讯
186.Spring Boot 2.0发布:番外篇
如何利用Spring Boot框架开发一个全球化的应用程序
SpringBoot:web综合开发
SpringBoot(二):web 综合开发
基于Spring Boot技术栈的博客系统企业级实战教程分享
热门
标签
更多标签
云服务器
ICP备案
云直播
即时通信 IM
实时音视频
活动推荐
运营活动
广告
关闭
领券