主题 : 下不到依赖包 |
级别: 童生
![]() |
4# 发表于:2020-12-17 15:36:59 IP:220.112.*.*
回复第3楼
启动报错 Error creating bean with name 'entityManagerFactory' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaConfiguration.class]: Invocation of init method failed; nested exception is javax.persistence.PersistenceException: [PersistenceUnit: default] Unable to build Hibernate SessionFactory; nested exception is org.hibernate.MappingException: Could not get constructor for org.hibernate.persister.entity.SingleTableEntityPersister |
||
---|---|---|---|
级别: 童生
![]() |
5# 发表于:2020-12-17 15:39:04 IP:220.112.*.*
The web application [ROOT] appears to have started a thread named [HikariCP housekeeper] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
|
||
---|---|---|---|
级别: 管理员
![]() |
9# 发表于:2020-12-17 16:22:46 IP:111.202.*.*
回复第7楼 https://www.cnblogs.com/rongyao/p/11559939.html看下这个博客如何配maven服
|
||
---|---|---|---|
级别: 童生
![]() |
10# 发表于:2020-12-17 16:36:10 IP:220.112.*.*
回复第8楼
<?xml version="1.0" encoding="UTF-8"?> <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd"> <localRepository>C:\Users\郑通\.m2\repository</localRepository> <mirrors> <mirror> <id>alimaven</id> <mirrorOf>central</mirrorOf> <name>aliyun maven</name> <url>http://maven.aliyun.com/nexus/content/repositories/central/</url> </mirror> </mirrors> </settings> |
||
---|---|---|---|
1
共1页