最赞回答 / bryong
<!--下面这个依赖可以解决@Entity--><dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-jpa</artifactId></dependency><!--下面这个依赖解决mysql连接--><dependency> <groupId&g...
2017-03-23
已采纳回答 / ReallyWangGod
spring: profiles: active: test datasource: data-username: com.mysql.jdbc.Driver url: jdbc:mysql://127.0.0.1:3306/dbgirl username: root password: root jpa: hibernate: ddl-auto: update show-sql: true这样才对
2017-03-23
driver-class-name: com.mysql.jdbc.Driver 一直显示红色,添的那个包一直加载不了,有没有其他的方式添加包呢
2017-03-23
各位亲们,欢迎关注我的CSDN博客--里面有IDEA的简单用法--链接:http://blog.csdn.net/tom_code/article/details/56276919
如果有需要欢迎私信我,个人总结了一份Idea使用文档!
老师只是想把好用的东西都讲解给大家,不过Intellij Idea刚使用的确会有很多问题,欢迎交流!
如果有需要欢迎私信我,个人总结了一份Idea使用文档!
老师只是想把好用的东西都讲解给大家,不过Intellij Idea刚使用的确会有很多问题,欢迎交流!
2017-03-22
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
- Bean method 'dataSource' not loaded because @ConditionalOnBean (types: org.springframework.boot.jta.XADataSourceWrapper; SearchStrategy: all) did not find any beans
2017-03-21
parameter 0 of constructor in org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration required a bean of type 'javax.sql.DataSource' that could not be found.
2017-03-21