腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
文章
问答
(9999+)
视频
沙龙
2
回答
用start.
spring
.io初始化
Spring
应用程序
、
、
、
我想知道要启动一个使用Hibernate和
MySQL
数据库的Restful API
Spring
应用程序,我需要在这个
Spring
Initializr中选择哪些依赖项。
浏览 38
提问于2021-10-13
得票数 0
1
回答
Spring
、
Mysql
和gradle base应用程序“创建名为'dataSourceScriptDatabaseInitializer‘的bean时出错
、
、
、
我是
Spring
框架中的新手,我试图将我的应用程序连接到
mysql
数据库,但是如果我尝试通过命令运行应用程序,会出现以下错误从项目根目录到使用终端的plugins { id 'org.springframework.<em
浏览 11
提问于2022-08-16
得票数 0
回答已采纳
2
回答
手动将
mySQL
连接到eclipse/
Spring
、
、
、
、
我确实有一个属性文件,它声明如下:
spring
.datasource.url=jdbc:
mysql
://localhost=com.
mysql
.jdbc.Driver这是它找到>
spring
-
boot
-star
浏览 6
提问于2017-07-28
得票数 0
回答已采纳
2
回答
用devtools自动加载弹簧引导对接器
、
、
、
我正在使用
Spring
引导,当我在自己的计算机上进行更改时,我正在尝试设置一个更新应用程序的对接环境。COPY --from=build ${DEPENDENCY}/
BOOT
-INFlib /app/lib COPY --from=build ${DEPENDENCY}/META-INF /app/ME
浏览 0
提问于2021-11-06
得票数 0
回答已采纳
2
回答
控制器需要一个名为“entityManagerFactory”的bean,但是找不到。- SpringBoot
、
、
、
、
Boot
</description> <groupId>org.springframework.
boot
</groupId> <artifactId>
spring
-
boot
-starter-web</artifa
浏览 1
提问于2018-10-01
得票数 0
1
回答
由于运行build.gradle文件,无法启动
、
、
、
4.3.2.RELEASE' compile("org.springframework.
boot
:
spring
-
boot
-starter-web:1.3.5.RELEASE") compile('
mysql
:
mysql
-
浏览 3
提问于2019-10-14
得票数 0
3
回答
弹簧应用程序运行失败
、
、
</groupId> <version>2.5.4</version<dependency> <artifactId>
spr
浏览 1
提问于2021-09-16
得票数 0
1
回答
冲突org.springframework.
boot
.test.context.SpringBootTest;和org.springframework.test.context.junit.jupiter.SpringExtension
、
、
、
、
我正在开发一个
spring
boot
应用程序。这是我的build.gradle: 依赖关系{ implementation 'org.springframework.
boot
:
spring
-
boot
-starter-data-jpa'runtimeOnly '
mysql
浏览 130
提问于2021-04-29
得票数 0
回答已采纳
5
回答
考虑在配置中定义'org.springframework.jdbc.core.JdbcTemplate‘类型的bean
、
、
=jdbc:jtds:sqlserver://1.12.13.14
spring
.datasource.password=pwd <artifactId>
spring
-
boot
-starter-parent</artifactId> <version>1.5.10.RELEASE</gro
浏览 0
提问于2018-04-25
得票数 8
2
回答
Liquibase changelog在
spring
boot
中不运行
、
、
、
" } compile group: 'org.springframework.
boot
', name: '
spring
-
boot
-starter-data-jp
浏览 47
提问于2019-01-03
得票数 1
回答已采纳
4
回答
运行
Spring
应用程序时DataSource错误
、
property source "source"我还尝试了安迪威尔金森的 ,并添加了
spring
.datasource.url=jdbc:
mysql
://localhost/mydb 到我的application.properties文
浏览 0
提问于2017-12-22
得票数 10
2
回答
Spring
-
boot
应用程序使用hibernate、SpringBoot、
MySql
和JSP
、
、
、
、
我对java web框架非常陌生,我想使用这两个框架构建一个SpringBoot应用程序,可能还有jsp(我可以使用jpa,但我更熟悉jsp)。 所以我的问题是如何用JSP,Hiberante来实现它? 我已经尝试实现了SpringBoot和hibernate,所以我制作了hibernate.cfg.xml和myClass.hbm.xml文件,并将它们链接到项目。有什么简单的方法可以做到吗? 此外,它通常会给出错误500内部服务器错误。
浏览 7
提问于2019-09-22
得票数 0
回答已采纳
1
回答
如何使用
Spring
配置JPA + HIBERNATE
、
、
但是名称“”与在名称中相同 我的persistence.xml在(src/main/resources)资源中,在
spring
中被配置为jpa。
浏览 3
提问于2019-02-21
得票数 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
回答
使用jooq配置: java.lang.ClassNotFoundException: com.
mysql
.jdbc.Driver,gradle构建失败
、
、
、
、
boot
implementation 'org.springframework.
boot
:
spring
-
boot
-starter-web' developmentOnly 'org.springframework.
boot
:
spr
浏览 5
提问于2022-01-15
得票数 1
回答已采纳
3
回答
我的application.properties文件中的属性是灰色的,我无法配置一个DataSource:'url‘属性未指定
、
、
、
、
= false;
spring
.datasource.username = root
spring
.datasource.
浏览 8
提问于2019-09-27
得票数 1
回答已采纳
1
回答
org.hibernate.
boot
.registry.classloading.internal.ClassLoaderServiceImpl$Work :运行我的测试中的java.lang.ClassNotFoundException
、
、
、
:
spring
-
boot
-gradle-plugin:${springBootVersion}") } baseName:
spring
-
boot
-starter-web") compile("org.springframework.
boot
:
spring
-
boot
-starter-d
浏览 12
提问于2016-02-25
得票数 0
1
回答
在不更改主(args[])方法的情况下将
spring
boot
添加到现有项目中
、
、
目前,我正在尝试将
spring
boot
添加到现有项目中。<dependency> <artifactId>
浏览 0
提问于2016-10-02
得票数 2
3
回答
Redis连接失败
、
、
、
<artifactId>
spring
-
boot
-starter-data-jpa</artifactId> <dependency> <artifactId>
spring
-
boot
-starter-security</
浏览 2
提问于2018-10-07
得票数 3
回答已采纳
1
回答
获取http://myserverip:8081/myapp/api/v1/campaigns 500 (内部服务器错误)
、
、
我遇到了一些奇怪的问题,我的
spring
boot
应用程序在本地主机上运行得很好,但是,当它部署到服务器上时,有时它加载数据也很好,但我偶尔会收到500个错误,它出现在我使用angularJS显示
mysql
spring
.datasource.url=jdbc:
mysql
://localhost:3306/myapp
spring</
浏览 13
提问于2017-03-15
得票数 0
回答已采纳
点击加载更多
相关
资讯
Spring Boot与Kotlin 使用JdbcTemplate连接MySQL
Spring-boot+Mybatis+Maven+MySql搭建实例
Spring Boot:Spring Boot 邮件服务
Spring Boot 2系列教程6-Spring Boot JDBC
Spring Boot 2.0(二):Spring Boot 2.0尝鲜-动态 Banner
热门
标签
更多标签
云服务器
ICP备案
对象存储
云点播
即时通信 IM
活动推荐
运营活动
广告
关闭
领券