腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
文章
问答
(9999+)
视频
沙龙
2
回答
Spring
Boot
JPA
StackOverflowError
、
、
、
我是
spring
boot
JPA
的新手。Employee> getAll() return entityManager.createQuery("from Employee").getResultList();我有一台弹簧
StackOverflowError
我如何让实体A引用B,而B引用A,并从
spring
中正确地获得JSON响应?谁能给我指个方向?
浏览 1
提问于2018-02-15
得票数 1
1
回答
使用Tomcat gradle插件部署
Spring
应用程序
、
、
、
、
:
spring
-
boot
-gradle-plugin:1.3.3.RELEASE")} apply plugin: 'eclipse' compile("org.postgresql:postgresql") testCompile("junit:junit")
浏览 2
提问于2017-07-25
得票数 1
回答已采纳
2
回答
com.demo.service.NmpAppService中构造函数的参数0要求找不到名为“entityManagerFactory”的bean
、
、
、
、
<dependency> <artifactId>
spring
-
boot
-starter-web--<artifactId>
spring
-
boot
-starter-data-jdbc</artifactId>--> <!</groupId
浏览 71
提问于2019-10-25
得票数 0
回答已采纳
3
回答
创建名为“jpaMappingContext”的bean时出错:调用init方法失败;:必须至少存在一个
JPA
元模型
、
<artifactId>
spring
-
boot
-starter</artifactId> </dependency>
spring
-
boot
-starter-web</artifactId> <version>1.5.6.RELEASE</version>
浏览 1
提问于2018-07-25
得票数 2
回答已采纳
1
回答
spring
boot
在hibernate
JPA
中的数据库初始化行为是什么?
、
、
、
我正在用“
spring
in Action”这本书来学习
Spring
。它告诉我写一些jdbc代码,这在H2数据库和schema.sql data.sql的帮助下实现了。啊,真灵。然后它告诉我通过在pom.xml中包含
spring
-
boot
-starter-data-
jpa
包来切换到
JPA
。
浏览 1
提问于2019-07-29
得票数 1
1
回答
Spring
H2数据库EmbeddedDatabaseFactory错误连接URL
、
/customdb" driver-class-name: org.h2.Driver database-platform:
spring
-
boot
-devtools' testImplementatio
浏览 0
提问于2019-04-14
得票数 1
回答已采纳
1
回答
使用ignoreFields时的SpringData和Elasticsearch - java.lang.
StackOverflowError
、
、
、
我使用的是简单关系(
spring
data elasticsearch),但是springboot抛出了
StackOverflowError
@Document(indexName = "users",
浏览 0
提问于2016-10-12
得票数 2
1
回答
Spring
Boot
soap + hibernate配置
、
、
我已经有一个与
spring
boot
一起工作的肥皂ws。 我现在怀疑的是如何在WebAppInitializer文件中添加Hibernate的注入。
浏览 14
提问于2016-09-06
得票数 0
1
回答
Hibernate不自动创建表
、
、
</groupId> </dependency> <artifactId>
spring
-
boot
-starter-test</artifactId> <scope>te
浏览 0
提问于2019-06-16
得票数 0
回答已采纳
1
回答
Spring
是如何提供
spring
jpa
v1.10.3的
、
、
、
、
我有一个带有POM的项目,它指定了对
spring
jpa
的依赖,如下所示: <groupId>org.springframework.data</groupId><artifactId>
spring
-data-
jpa
</artifactId>它没有版本号,但是当我运行mvn:dependency:tree时,我可以看到如下所示的相关部分:
spring<
浏览 1
提问于2018-04-09
得票数 1
回答已采纳
2
回答
用start.
spring
.io初始化
Spring
应用程序
、
、
、
我想知道要启动一个使用Hibernate和MySQL数据库的Restful API
Spring
应用程序,我需要在这个
Spring
Initializr中选择哪些依赖项。
浏览 38
提问于2021-10-13
得票数 0
7
回答
实体类名称转换为带有下划线的SQL表名称
、
、
编辑:compile("org.springframework.
boot
:
spring
-
boot
-starter-data-
jpa
")
浏览 234
提问于2015-03-17
得票数 66
回答已采纳
1
回答
无法在
Spring
中使用Redis确定数据库类型NONE的嵌入式数据库驱动程序类
、
、
、
我使用
Spring
和redis。我添加了pom.xml <groupId>org.springframework.
boot
</groupId> </dependency> <groupId
浏览 2
提问于2017-07-02
得票数 0
回答已采纳
1
回答
无法将
Spring
-数据的依赖项添加到
Spring
引导中
、
、
、
、
:
spring
-
boot
-gradle-plugin:1.1.1.RELEASE")} apply plugin: 'eclipse' //
spring
data : mongodb compile("org.springframework.data:
spring</em
浏览 6
提问于2014-06-21
得票数 1
回答已采纳
2
回答
spring
-data-
jpa
与
spring
-
boot
-starter-data-
jpa
的区别
、
、
、
、
这可能不是最好的问题,但我注意到
Spring
boot
有2个
Spring
JPA
。它们有什么不同。目前,我正在尝试与hibernate一起安装SpringBoot 1.5.3项目。我记得我之前用
spring
-
boot
-starter-data-
jpa
设置了Springboot with
JPA
。我见过的大多数在线示例以及starter.
spring
.io都为
spring
jpa
提供了以下依赖项。&l
浏览 3
提问于2017-06-27
得票数 33
回答已采纳
1
回答
Spring
Boot
Hibernate
JPA
@OneToOne双向
StackOverflowError
、
、
、
org.springframework.web.util.NestedServletException: Handler dispatch failed; nested exception is java.lang.
StackOverflowError
Caused by: java.lang.
StackOverflowError
: null at com.ihsmarkit.environment.edp.model.SortingType.hashCode
浏览 51
提问于2020-11-23
得票数 0
1
回答
无法使用无效的URL解决具有分级依赖关系的‘
spring
’
、
//
spring
-
boot
-starter-request-
jpa
-.pom https://jcenter.bintray.com/org/springframework/
boot
/
spring
-
boot
-starter-request-
jpa
/
spring
-
boot
-starter-request-
jpa
/
浏览 3
提问于2017-03-04
得票数 0
回答已采纳
3
回答
为什么在启动
spring
boot
microservce时,Liquibase没有在postgres中创建我的表?
、
、
为什么当我用Java 8、
Spring
Boot
、Liquibase和Postgresql运行我的项目时,我在postgres数据库中看不到任何新表?dropTable tableName="person11"/></changeSet> </databaseChangeLog> 这是application.properties:
spring
.liquibase.changeLog= classpat
浏览 39
提问于2020-06-13
得票数 0
回答已采纳
3
回答
字段存储库需要找不到类型的Bean - JAVA
、
、
articles: 我是一个使用java/
spring
浏览 1
提问于2020-05-12
得票数 0
1
回答
Spring
JPA
-在类路径上需要JDBC和Hibernate Jar
、
、
、
我是
spring
框架的新手,我计划用
JPA
创建一个
Spring
Rest应用程序。我正在使用Mysql数据库。我已经下载了
Spring
initializer,将Web和
JPA
作为Maven的依赖项。所以我很困惑,像
spring
-
boot
-starter-data-
jpa
依赖是做什么的?如果我们需要将jars添加到类路径中,那么
spring
-
boot
-starter-data-
jpa
有什么用呢?
浏览 2
提问于2017-08-06
得票数 0
点击加载更多
相关
资讯
Spring Boot Jpa多数据源配置
Spring Boot 2.x(三):整合jpa
Spring Boot使用spring-data-jpa快速访问数据库
Spring Boot与Kotlin使用Spring-data-jpa简化数据访问层
Spring Boot简明教程之数据访问(二):JPA(超详细
热门
标签
更多标签
云服务器
ICP备案
对象存储
云点播
实时音视频
活动推荐
运营活动
广告
关闭
领券