为了账号安全,请及时绑定邮箱和手机立即绑定

配置bean和jndi-name

arameter 0 of constructor in org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration required a bean of type 'javax.sql.DataSource' that could not be found.

- Bean method 'dataSource' not loaded because @ConditionalOnProperty (spring.datasource.jndi-name) did not find property 'jndi-name'

- Bean method 'dataSource' not loaded because @ConditionalOnBean (types: org.springframework.boot.jta.XADataSourceWrapper; SearchStrategy: all) did not find any beans

Action:

Consider revisiting the conditions above or defining a bean of type 'javax.sql.DataSource' in your configuration.

配置文件:mysql连接的腾讯云
sping:
  profiles:
    active: dev
  datasource:
    driver-class-name: com.mysql.jdbc.Driver
    url: jdbc:mysql://139.199.79.93:6379/tt
    sername: ******
    password: *****
    type: com.zaxxer.hikari.HikariDataSource


  jpa:
    hibernate:
      ddl-auto: create
    showsql: true


正在回答

4 回答

在任务描述的最后有写到:根据操作系统、PHP版本以及PHP的运行方式可能输出结果会不同。

jkmexjqelsthpwfnmlehhrosmohdnxmhkqfdbmhaoktvpxedemshmhvysyhmkpxmkhbvfnbcondypu

0 回复 有任何疑惑可以回复我~

请问这个问题解决了吗,我遇到了相同的问题

0 回复 有任何疑惑可以回复我~

com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure

0 回复 有任何疑惑可以回复我~
<dependency>
   <groupId>org.springframework.boot</groupId>
   <artifactId>spring-boot-starter-data-jpa</artifactId>
</dependency>
<dependency>
   <groupId>mysql</groupId>
   <artifactId>mysql-connector-java</artifactId>
</dependency>


0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
2小时学会Spring Boot
  • 参与学习       151599    人
  • 解答问题       1079    个

Spring Boot入门视频教程,你将学会使用Spring Boot快速构建应用程序

进入课程

配置bean和jndi-name

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信